You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
fix(FlexLayoutModule): remove console.warn() calls that conflict with ngc+aot
* 'forRoot()' fn is never evaluated in AoT, ngc only analyzes the content of the fn to get the module and ngc does not know what to do with the first statetement (console.warn)
* clarify changes to FlexLayoutModule.forRoot()
Refs http://github.com/angular/angular#14410Fixes#174, Fixes#175, Fixes#176, Fixes#178.
0 commit comments