-
If I import Ng4TwitterTimelineModule, ng serve throws the error that it is not an NgModule. If I import it using Ng4TwitterTimelineModule.forRoot(), the error is:
ERROR in Error encountered resolvi…
-
I've installed ng2-split-pane (v1.3.1) to my Angular 4.1.0 app with npm and trying to build it with Angular-cli. I get 'ERROR in SplitPaneModule is not an NgModule'
I also tried v1.3.0 mentioned i…
-
When i run the project in real device it shows this error
Error during template compile of 'SwipeCardsModule' Function calls are not supported in decorators but
'makeDecorator' was ca…
-
ERROR in node_modules/ng-pick-datetime/date-time/date-time.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.
This…
-
Hi,
I was wondering how you should handle an import of TranslateModule.forChild in a module when adding a single standalone component in an NgModule based angular project
I would like to use Tra…
-
Using `angular cli v1.0.0-beta.24` and generated a project getting `angular 2.3.1` then installed your component and hooked it in and now getting `ERROR in JSONEditorModule is not an NgModule`. Any id…
-
Hello,
I need help. NS8 + Angular, if I add the NativeScriptLottieModule in my AppModule I receive this error:
CONSOLE ERROR: JIT compilation failed for NgModule class AppModule {
}
CONSOLE ER…
-
### Describe the problem that you experienced
- When I was on the page "Common Routing Task" (https://angular.dev/guide/routing/common-router-tasks#lazy-loading), I clicked the "Lazy Loading" (http…
-
Using latest version of @angular/cli and typescript, unable to build my project because
```
ERROR in AdalModule is not an NgModule
webpack: Failed to compile.
```
It seems this module needs to…
-
##### Description
I think we need to generate NgModule for the generated service
##### Suggest a Fix
for exmaple
API.modules.ts
import { NgModule } from '@angular/core';
impo…