4 Commits

Author SHA1 Message Date
Judy Bogart
b85ac03136 docs(upgrade): position old setup guide as legacy until it can be removed ()
PR Close 
2019-08-21 15:20:48 -07:00
George Kalpakas
93837e9545 feat(upgrade): support downgrading multiple modules ()
Currently, calling `downgradeModule()` more than once is not supported.
If one wants to downgrade multiple Angular modules, they can create a
"super-module" that imports all the rest and downgrade that.

This commit adds support for downgrading multiple Angular modules. If
multiple modules are downgraded, then one must explicitly specify the
downgraded module that each downgraded component or injectable belongs
to, when calling `downgradeComponent()` and `downgradeInjectable()`
respectively.

No modification is needed (i.e. there is no need to specify a module for
downgraded components and injectables), if an app is not using
`downgradeModule()` or if there is only one downgraded Angular module.

Fixes 

PR Close 
2018-11-05 16:33:55 -08:00
William Marques
fc6dad40ac fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips ()
Closes 

PR Close 
2018-10-17 11:05:29 -07:00
Kapunahele Wong
22758912a0 docs(aio): tech edits to upgrade-lazy () ()
PR Close 

PR Close 
2018-06-27 15:01:47 -07:00