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.

The new Angular support not working properly

See original GitHub issue

I 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:

image

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:open
  • Created a year ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
jan-nickcommented, Oct 3, 2022

Any updates on this?

0reactions
natealcedocommented, Oct 10, 2022

@Amrhub I just copied the implementation in this repository https://github.com/formkit/auto-animate/blob/master/src/angular/index.ts

Read more comments on GitHub >

github_iconTop 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 >

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