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

Support Standalone Bootstrapping API in piral-ng #690

Closed
daniel-rck opened this issue Apr 18, 2024 · 1 comment
Closed

Support Standalone Bootstrapping API in piral-ng #690

daniel-rck opened this issue Apr 18, 2024 · 1 comment
Labels
angular Concerns the Angular integration piral-ng. enhancement New feature or request
Milestone

Comments

@daniel-rck
Copy link
Contributor

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 called ApplicationConfig, 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]

@daniel-rck daniel-rck added the enhancement New feature or request label Apr 18, 2024
@FlorianRappl FlorianRappl added angular Concerns the Angular integration piral-ng. in-review The item is currently being reviewed. labels Apr 18, 2024
@FlorianRappl FlorianRappl added this to the 1.5.4 milestone Apr 18, 2024
@FlorianRappl FlorianRappl changed the title Support standalone bootstrapping API in prime-ng Support Standalone Bootstrapping API in piral-ng Apr 18, 2024
@FlorianRappl FlorianRappl added in-implementation The item is currently being implemented. and removed in-review The item is currently being reviewed. labels Apr 19, 2024
@FlorianRappl FlorianRappl modified the milestones: 1.5.4, 1.5.5 Apr 22, 2024
@FlorianRappl FlorianRappl added in-testing The item is already out in preview and can be tested. and removed in-implementation The item is currently being implemented. in-testing The item is already out in preview and can be tested. labels May 7, 2024
@FlorianRappl
Copy link
Contributor

This is now available via piral-ng/standalone. A dedicated module for creating / converting modern Angular standalone components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular Concerns the Angular integration piral-ng. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants