This is great news that Grails 3.2.1 now has an Angular2 profile, but I don't know how to use it.
The profile description tells me that there should be a standard type command create-domain-class, but when I create the application through
grails create-app test-ng --profile angular2
I get a working Angular2 project, but it even seems that this project is not recognized as a grails application. When I enter grails cli, I get type commands create-appthat are available outside of projects.
What am I doing wrong?
source
share