angular-cn/aio/src/app
George Kalpakas 8f7fea4ad8 fix(docs-infra): clear unneeded DOM nodes in `CodeExample/TabsComponent` (#40802)
Both `CodeExampleComponent` and `CodeTabsComponent` components receive
some code via content projection, grab the projected content and pass it
through to a `CodeComponent` instance for formatting and displaying.

Previously, the projected content was kept in the DOM (hidden). This
unnecessarily increased the number of DOM nodes.

This commit fixes this by clearing the projected DOM nodes once their
content has been captured.

PR Close #40802
2021-02-16 08:39:48 -08:00
..
custom-elements fix(docs-infra): clear unneeded DOM nodes in `CodeExample/TabsComponent` (#40802) 2021-02-16 08:39:48 -08:00
documents refactor(docs-infra): enable tslint rules for the angular.io app (#39307) 2020-12-17 10:02:38 -08:00
layout refactor(docs-infra): enable tslint rules for the angular.io app (#39307) 2020-12-17 10:02:38 -08:00
navigation refactor(docs-infra): enable tslint rules for the angular.io app (#39307) 2020-12-17 10:02:38 -08:00
search build(docs-infra): remove the `only-arrow-functions` tslint rule to align with CLI (#39018) 2020-10-01 09:32:57 -07:00
shared refactor(docs-infra): use CDK clipboard service (#40840) 2021-02-16 07:43:56 -08:00
sw-updates fix(docs-infra): support recovering from unrecoverable SW states (#39651) 2020-11-19 12:13:23 -08:00
app.component.html refactor(docs-infra): decouple showing the top-menu in top-bar from showing the sidenav (#37938) 2020-07-06 13:57:37 -07:00
app.component.spec.ts refactor(docs-infra): enable tslint rules for the angular.io app (#39307) 2020-12-17 10:02:38 -08:00
app.component.ts refactor(docs-infra): enable tslint rules for the angular.io app (#39307) 2020-12-17 10:02:38 -08:00
app.module.ts fix(docs-infra): ensure material icons are cached for offline access (#27250) 2018-12-05 13:26:27 -08:00