Error with NgxFlicking (latest version) on new blank angular project (v12)
See original GitHub issueproblem in the definition apparently?
Error: node_modules/@egjs/ngx-flicking/lib/ngx-flicking.component.d.ts:14:32 - error TS2307: Cannot find module '@egjs/component/declaration/types' or its correspondi
ng type declarations.
14 ready: EventEmitter<import("@egjs/component/declaration/types").DefaultProps<"ready", NgxFlickingComponent>>;
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
ng new - Angular
Option Description Value Type Default Value
‑‑commit Initial git repository commit information. boolean true
‑‑directory The directory name to create the workspace in. string
‑‑force Force...
Read more >ng serve not working when install latest version of angular cli
NB - I am not looking for help with getting this working (I can make ng new project and copy code there) -...
Read more >How to generate apps with older @angular/cli versions
We'll show how to generate apps as if we had ng CLI version for the respective Angular version 2.x.x/4.x.x/5.x.x/6.x.x./7.x.x/8.x.x/9.x.x. Update August ...
Read more >How to Create a specific version of Angular Project using CLI?
1 and angular cli version is 6.2.1. When I try to create a new project using the command ng new Project_name then it...
Read more >12.0.0 - @angular/cli - npm
To update Angular CLI to a new version, you must update both the global package and your project's local package. Global package: npm...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@GitHubish
Test
@egjs/ngx-flicking@4.1.2-beta.0
@daybrush It works! Thank you!