2016-05-06 06:17:34 -07:00
|
|
|
include ../../../_includes/_util-fns
|
|
|
|
|
2016-05-06 07:42:01 -07:00
|
|
|
//- See the _util-fns file included above for a description of the use of these variables.
|
|
|
|
- var _docsFor = 'ts';
|
2016-05-10 00:51:23 -07:00
|
|
|
//- Other values match the defaults.
|
2016-05-06 06:17:34 -07:00
|
|
|
|
|
|
|
mixin liveExampleLink(linkText, exampleUrlPartName)
|
2016-05-14 17:40:52 -07:00
|
|
|
a(href='/resources/live-examples/#{exampleUrlPartName}/ts/plnkr.html' target="_blank")= linkText
|
2016-05-06 06:17:34 -07:00
|
|
|
|
|
|
|
mixin liveExampleLink2(linkText, exampleUrlPartName)
|
|
|
|
//- In Dart this also gives a link to the source.
|
2016-05-06 07:42:01 -07:00
|
|
|
| #[+liveExampleLink(linkText, exampleUrlPartName)]
|