11 Commits

Author SHA1 Message Date
Bo Vandersteene
bb635c09fd docs: use const in dynamic-component-loader example ()
Use const instead of let. Some of the variables are never reassigned, so it is preferred to use const over let

PR Close 
2019-06-11 14:20:00 -07:00
Alex Rickabaugh
84dd2679a9 fix(core): require 'static' flag on queries in typings ()
This commit makes the static flag on @ViewChild and @ContentChild required.

BREAKING CHANGE:

In Angular version 8, it's required that all @ViewChild and @ContentChild
queries have a 'static' flag specifying whether the query is 'static' or
'dynamic'. The compiler previously sorted queries automatically, but in
8.0 developers are required to explicitly specify which behavior is wanted.
This is a temporary requirement as part of a migration; see
https://angular.io/guide/static-query-migration for more details.

@ViewChildren and @ContentChildren queries are always dynamic, and so are
unaffected.

PR Close 
2019-05-24 16:55:00 -04:00
dennisameling
3983d04b1c docs: fix dynamic-component-loader example for Adblock Plus + EasyList ()
Reported issue in  is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo.

Fixes 

PR Close 
2018-11-30 13:35:38 -08:00
Brandon Roberts
2278fe8f0e docs(aio): Upgrade examples to Angular 6 ()
PR Close 
2018-04-17 14:09:02 -07:00
Igor Minar
7d1990e4d1 style(aio): lint fixes for examples ()
PR Close 
2018-04-17 14:09:02 -07:00
Kapunahele Wong
c82cef8bc6 docs: fix dynamic component loader example ()
closes 

PR Close 
2018-02-28 10:46:37 -08:00
Jesus Rodriguez
1a75934cc0 build(aio): migrate plunker to stackblitz ()
PR Close 
2018-01-23 21:30:27 -08:00
Jesus Rodriguez
9bbf009dff build(aio): change examples to CLI ()
PR Close 
2017-09-21 17:05:54 -07:00
Michael
5dd5bfde72 docs(aio): remove "_" from private property name
follow best practices from the documentation: https://angular.io/guide/styleguide#properties-and-methods
2017-06-22 14:55:42 -07:00
Jesús Rodríguez
55b8de9fdd build(aio): lint examples 2017-05-03 13:44:41 -07:00
Ward Bell
93516ea8a1 docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00