oktadev / okta-spring-boot-2-angular-7-example

A Cool Cars Example that showcases Spring Boot 2.1, Angular 7, and Okta's support for both.
https://developer.okta.com/blog/2018/08/22/basic-crud-angular-7-and-spring-boot-2
Apache License 2.0
86 stars 67 forks source link

please help how to resolve this issue??? #3

Closed afrinnusrat closed 5 years ago

afrinnusrat commented 6 years ago

image

codeclude commented 6 years ago

Hey @afrinnusrat, To fix this issue:

  1. Install latest version of cli in npm npm install -g @angular/cli@v7.0.0-rc.0
  2. Modify version of cli in package.json to actual version "@angular/cli": "~7.0.0-rc.0",
  3. Reinstall packages by npm install
  4. Rerun application ng serve.
  5. Enjoy :man_technologist:
mraible commented 5 years ago

Fixed in latest version of the blog post (which uses GA versions).