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
using this module is only possible if you disable angular ivy in tsconfig.app.json:
"angularCompilerOptions":
{ "enableIvy": false }
if you do this, you will get a warning:
`WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js depends on 'angular-inport'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js depends on 'angular-inport/dist/utils/scroll-observable'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js depends on 'angular-inport/dist/utils/viewport-ruler'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies`
Please update to Angular 10
The text was updated successfully, but these errors were encountered:
using this module is only possible if you disable angular ivy in tsconfig.app.json:
"angularCompilerOptions":
{ "enableIvy": false }
if you do this, you will get a warning:
`WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js depends on 'angular-inport'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js depends on 'angular-inport/dist/utils/scroll-observable'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
WARNING in D:\projekte\www\tierwebseite\src\app\onlineantrag\onlineantrag.module.ngfactory.js depends on 'angular-inport/dist/utils/viewport-ruler'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies`
Please update to Angular 10
The text was updated successfully, but these errors were encountered: