issues Search Results · repo:angular-component/router language:TypeScript
Filter by
42 results
(79 ms)42 results
inangular-component/router (press backspace or delete to remove)The ComponentRouterModule.forRoot() is not supported in standalone components imports.
Error: Component imports must be standalone components, directives, pipes, or must be NgModules.
itsmehrd
- Opened on Feb 21, 2024
- #98
Loaders can be used to fetch data for the component, run checks such as auth, redirect, and more.
import { Component } from @angular/core ;
@Component({
template: `
router
route path= ...
brandonroberts
- 3
- Opened on May 31, 2022
- #97
Use with a module federation example, see what works, and fix what s broken.
brandonroberts
- Opened on May 30, 2022
- #96
When lazy loading NgModules and Components, support loading them without the .then and allow them to be exported as
default.
import { Component } from @angular/core ;
@Component({
template: `
...
brandonroberts
- Opened on May 30, 2022
- #95
Currrently you define routes by using
router
route /route
/router
This proposal changes the component to routes
routes
route /route
/routes
This aligns with react-router ...
brandonroberts
- Opened on May 30, 2022
- #94
Since we have a name, now we need a logo. Ideally, there would be a logo for the whole org angular-component and a
visually compatible logo for the router.
What we are looking for:
- Simplicity (should ...
help wanted
meeroslav
- 6
- Opened on Jan 25, 2021
- #86
The URLSearchParams Web API has all the necessary functionality to serialize/deserialize query parameters.
This will allow us to:
- Remove the query-string dependency
- Eliminate the last third-party ...
brandonroberts
- Opened on Jan 7, 2021
- #81
If I have a link such as
a linkTo= / Home /a
And I m on a /blog route, the link shows as /blog/ instead of /.
bug
brandonroberts
- Opened on Dec 29, 2020
- #71
Would something like this be a bad idea? And is there some built-in function that would be able to check if route
matches pattern (I imagine link active has to be doing something like that).
private action$ ...
fxck
- 3
- Opened on Dec 23, 2020
- #69
The current name angular-routing is too similar to @angular/router. This would lead to confusion. Additionally, the name
is too generic leading to difficulty when using search engines (searching for angular ...
help wanted
meeroslav
- 22
- Opened on Nov 27, 2020
- #65

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.