question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR in A2tUiModule is not an NgModule

See original GitHub issue

I’m getting this error on server startup ERROR in A2tUiModule is not an NgModule

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
neroniakycommented, Feb 6, 2017

Gonna take a look into it. Need to update my Angular CLI first.

0reactions
davidjconnollycommented, Mar 2, 2017

@neroniaky thanks! That was it exactly, downgrading to “@angular/router”: “3.2.1” fixed the issue for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'AppModule is not an NgModule' error, despite setting ...
I got it working with the following package.json: { "name": "my-project", "version": "0.1.0", "license": "MIT", "angular-cli": {} ...
Read more >
ERROR in ** is not an NgModule, · Issue #4447 - GitHub
The log given by the failure. "ERROR in SampleModule is not an NgModule" (is the first module from xplain-common imported on demo.module.) If...
Read more >
Setting NgModule.id to module.id is a common anti-pattern
Using module.id as an NgModule id is a common anti-pattern and is likely not serving a useful purpose in your code. NgModules can...
Read more >
Angular Modules and NgModule - Complete Guide
we import a module and are trying to use its injectables but we start getting errors saying that the injectable is not available;...
Read more >
AppModule is not an NgModule | fluin.io blog
If you see the error AppModule is not an NgModule when using the Angular CLI, then the solution is most likely to rollback...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found