* The bio directive accidentally shows the Twitter link in the dialog, even if it's undefined.
* Fix deprecation warning of Angular Material, where `md-dialog-actions` should be used instead of the class.
Adds default title (tooltip) of the example text unless overiden with "title" attribute
The "embedded-style" attribute causes link to open in new tab in the embedded style.
Use for samples that have a confusingly large number of files.
The "embedded" attribute option remains and displays _inline_ in the _same_ tab.
Dart API reference page is blank following the merge of #2566. This
minor fix adjustes to the new API filter criteria.
For Dart we don’t show the statuses since none of the API entries are
tagged with a status.
closes#1818
Previously, the markdown of some chapters was converted to Jade markup
to support the conditional exclusion of TS prose parts in Dart
chapters. This commit reverts some of that back to clean markdown,
thanks to a few custom directives.
Show/hide sections and items instead of filtering and reapplying section/items array, so instead of hiding everything and rerendeing filtered (causes flickering), show/hide items that match/doesn't match.
Closes#965
Closes#728 and issue #720
This change let's users click on a button to automatically copy a code
block to the clipboard to make it easier to follow the guides and tutorials.
The createDecoratorDocs processor identifies docs of exports that actually
represent decorators and get useful information for them.
This commit also set up the rest of the generation to display these new
decorator docs with their own template and updates the API list so that
we can filter the docs by decorator docType.
This allows us to recover the filtering state when navigating back and
forth between the API list and individual API pages.
Closes#490Closes#497Closes#507
Each API index page now displays data from an `api-list.json` file found
locally to that page. This lets us have different API lists for TS, JS
and Dart.