Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate to angular 10 #265

Closed

Conversation

qdelettre
Copy link

Migration to angular 10

I got some complains from angular:
error NG2007: Class is using Angular features but is not decorated. Please add an explicit Angular decorator.

Looks like it's mandatory to add an angular decorator.
Found https://stackoverflow.com/questions/63126067/class-is-using-angular-features-but-is-not-decorated-please-add-an-explicit-ang

Adding a @directive seems to solve the issue.
Also removed package-lock.json, as we are using yarn...

@qdelettre
Copy link
Author

What's up ? 😄

@jeremy-eychenne
Copy link
Collaborator

Hi @qdelettre, hope you are well !
I created an other PR for Angular 10 migration with some more files updated. You can have a look at it 272 if you are still interested by that.

@qdelettre qdelettre closed this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants