-
Notifications
You must be signed in to change notification settings - Fork 3
chore(list): updated dev (#DS-3517) #705
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
base: main
Are you sure you want to change the base?
Conversation
Visit the preview URL for this PR (updated for commit 06571b0): https://koobiq-next--prs-705-c6pwo71g.web.app (expires Sat, 03 May 2025 10:56:51 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
encapsulation: ViewEncapsulation.None | ||
}) | ||
export class DemoComponent { | ||
export class ListDev { |
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.
название должно быть одинаковым во всех примерах, нужно вернуть DemoComponent
`, | ||
changeDetection: ChangeDetectionStrategy.OnPush | ||
}) | ||
export class DevListExamples {} |
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.
Это название тоже нужно сделать одинаковым для всех примеров
@@ -1,3 +1,5 @@ | |||
<dev-list-examples /> |
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.
И этот селектор нужно сделать одинаковым docs-examples (в задаче одинаковые имена описаны)
No description provided.