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