https://github.com/jeantessier/grails-4-angular-8-example
Example CRUD app w/ Angular profile
https://github.com/jeantessier/grails-4-angular-8-example
angular angular8 grails grails4
Last synced: 2 months ago
JSON representation
Example CRUD app w/ Angular profile
- Host: GitHub
- URL: https://github.com/jeantessier/grails-4-angular-8-example
- Owner: jeantessier
- Created: 2020-05-01T04:47:22.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T23:08:39.000Z (almost 2 years ago)
- Last Synced: 2025-12-28T06:13:05.474Z (6 months ago)
- Topics: angular, angular8, grails, grails4
- Language: TypeScript
- Size: 1.98 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grails 4 Angular 8 Profile CRUD Web Application Example
Taken from
https://www.djamware.com/post/5a10b5f580aca75eadc12d6c/grails-3-angular-5-profile-crud-web-application-example
When I use Grails 4.0.3, it claims to create an Angular 6
app, but it is really an Angular 8.2.14 app.
I tried to update the Angular app to Angular 9 by following
the instructions at https://update.angular.io/#8.2:9.0 but
the resulting app won't start. It complains about the Node
version. My system's Node should be good enough, so I don't
know where it's taking its Node from, if it is not the one
on the system.