-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Answer: 22 #1152
base: main
Are you sure you want to change the base?
Answer: 22 #1152
Conversation
import { appRoutes } from './app.routes'; | ||
|
||
export const appConfig: ApplicationConfig = { | ||
providers: [provideRouter(appRoutes)], | ||
providers: [provideRouter(appRoutes, withComponentInputBinding())], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
user$ = this.activatedRoute.queryParams.pipe(map((q) => q['user'])); | ||
readonly testId = input<number>(); | ||
readonly permission = input<string>(); | ||
readonly user = input<string>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing to say, that's perfect. I should have made this challenge a bit harder by creating a child component.
This pull request is stale because it has been open for 15 days with no activity. |
Checklist for challenge submission
Warning:
Alternatively, you can still submit your PR to join the list of answered challenges or to be reviewed by a community member. 🔥