Closed daniel-rck closed 6 months ago
For more information, see the CONTRIBUTING guide.
CONTRIBUTING
In Angular since v15.2 the standalone bootstrapping API is the default way. That means, there is not app.module.ts any more. Also the routing is now defined in a class that is called ApplicationConfig, see https://angular.io/guide/router#defining-a-basic-route.
app.module.ts
ApplicationConfig
We would like to stay with the default Angular pattern in the future, so It would be nice if piral-ng support this.
[Optionally, outline any pros and cons you can currently think of to provide the basis for a solid discussion]
This is now available via piral-ng/standalone. A dedicated module for creating / converting modern Angular standalone components.
piral-ng/standalone
New Feature Proposal
For more information, see the
CONTRIBUTING
guide.Description
In Angular since v15.2 the standalone bootstrapping API is the default way. That means, there is not
app.module.ts
any more. Also the routing is now defined in a class that is calledApplicationConfig
, see https://angular.io/guide/router#defining-a-basic-route.Background
We would like to stay with the default Angular pattern in the future, so It would be nice if piral-ng support this.
Discussion
[Optionally, outline any pros and cons you can currently think of to provide the basis for a solid discussion]