rangle / augury-labs

Experimental Angular developer tools
https://augury.rangle.io
MIT License
89 stars 7 forks source link

Support for Angular 9 #70

Open fr0 opened 4 years ago

fr0 commented 4 years ago

At install time:

> ng add @augury/schematics
warning " > @augury/schematics@0.6.1" has unmet peer dependency "@angular-devkit/core@~7.3.7".
warning " > @augury/schematics@0.6.1" has unmet peer dependency "@angular-devkit/schematics@~7.3.7".
warning " > @augury/schematics@0.6.1" has unmet peer dependency "@schematics/angular@^7.3.7".

At runtime:

compiler.js:21563 Uncaught Error: No NgModule metadata found for 'AppModule'.
    at NgModuleResolver.resolve (compiler.js:21563)
    at CompileMetadataResolver.getNgModuleMetadata (compiler.js:20688)
    at JitCompiler._loadModules (compiler.js:26460)
    at JitCompiler._compileModuleAndComponents (compiler.js:26443)
    at JitCompiler.compileModuleAsync (compiler.js:26405)
    at CompilerImpl.compileModuleAsync (platform-browser-dynamic.js:224)
    at compileNgModuleFactory__PRE_R3__ (core.js:41348)
    at PlatformRef.bootstrapModule (core.js:41725)
    at auguryBootstrap (augury-bootstrap.function.js:6)
    at Module../src/main.ts (main.ts:9)
fr0 commented 4 years ago

The runtime error went away when I deleted "enableIvy": false from my tsconfig.json.