The new Angular support not working properly
See original GitHub issueI just saw the new release, and I wanted to try out the new Angular support. I created a new Angular v14 application, tried the steps in the documentation, and I am getting this error:
package.json
{
"name": "autoanimate",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/forms": "^14.1.3",
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@angular/router": "^14.1.3",
"@formkit/auto-animate": "^1.0.0-beta.2",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.3",
"@angular/cli": "~14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@types/jasmine": "~4.0.3",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.7.4"
}
}
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Why your Angular App is not Working: 11 common Mistakes
Why your Angular App is not Working: 11 common Mistakes. Resolving problems of your angular application can be very challenging.
Read more >Angular service not working properly - Stack Overflow
I'm building an application with Angular(client side) and Node (server side). I'm using some API's in Angular but am stuck with retrieving data ......
Read more >How To Fix Your Angular App When It's Not Working in IE11
Since Angular CLI 8, there is a new feature called Differential Loading. If you updated through the CLI, running ng serve will target...
Read more >ng serve not working when install latest version of angular cli
I was experiencing it and turned here looking for ideas. As I was scrolling through, I double-checked my package.json and discovered that I...
Read more >Identify and Fix Build and Deployment Errors in Your Angular ...
Usually, this can easily be fixed by stopping the ng serve process and re-running it because this allows the Webpack development server running ......
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
Any updates on this?
@Amrhub I just copied the implementation in this repository https://github.com/formkit/auto-animate/blob/master/src/angular/index.ts