-
Notifications
You must be signed in to change notification settings - Fork 6.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
bug(material/schematics): table schematic does not generate code that works with strict mode #21981
Closed
Splaktar opened this issue
Feb 22, 2021
· 1 comment
· Fixed by #22052, cayacdev/cashbox#88, ToWipf/jasmarty#155 or CarlosPavajeau/Kaizen#251
Closed
bug(material/schematics): table schematic does not generate code that works with strict mode #21981
Splaktar opened this issue
Feb 22, 2021
· 1 comment
· Fixed by #22052, cayacdev/cashbox#88, ToWipf/jasmarty#155 or CarlosPavajeau/Kaizen#251
Labels
area: ng-generate
Schematics that generate code in user projects
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
Splaktar
added
needs triage
This issue needs to be triaged by the team
area: ng-generate
Schematics that generate code in user projects
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
labels
Feb 22, 2021
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Feb 28, 2021
…ects - fix `strictNullChecks` errors - fix `strictPropertyInitialization` errors - default to smaller paginator rows so that paging works out of the box - fix tslint errors from default CLI settings Fixes angular#21981
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Feb 28, 2021
- fix tslint error from default CLI settings Relates to angular#21981
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Feb 28, 2021
…ects - fix `strictNullChecks` errors - fix `strictPropertyInitialization` errors - default to smaller paginator rows so that paging works out of the box - fix tslint errors from default CLI settings Fixes angular#21981
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Feb 28, 2021
- fix tslint error from default CLI settings Relates to angular#21981
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Mar 1, 2021
…ects - fix `strictNullChecks` errors - fix `strictPropertyInitialization` errors - default to smaller paginator rows so that paging works out of the box - fix tslint errors from default CLI settings Fixes angular#21981
Splaktar
added a commit
to DevIntent/components
that referenced
this issue
Mar 1, 2021
- fix tslint error from default CLI settings Relates to angular#21981
annieyw
pushed a commit
that referenced
this issue
Mar 5, 2021
…ects (#22052) * fix(material/schematics): generate code that works in strict CLI projects - fix `strictNullChecks` errors - fix `strictPropertyInitialization` errors - default to smaller paginator rows so that paging works out of the box - fix tslint errors from default CLI settings Fixes #21981 * fix(cdk/schematics): generate code that works in strict CLI projects - fix tslint error from default CLI settings Relates to #21981
annieyw
pushed a commit
that referenced
this issue
Mar 5, 2021
…ects (#22052) * fix(material/schematics): generate code that works in strict CLI projects - fix `strictNullChecks` errors - fix `strictPropertyInitialization` errors - default to smaller paginator rows so that paging works out of the box - fix tslint errors from default CLI settings Fixes #21981 * fix(cdk/schematics): generate code that works in strict CLI projects - fix tslint error from default CLI settings Relates to #21981 (cherry picked from commit 0441ae9)
This was referenced Mar 11, 2021
This was referenced Mar 18, 2021
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: ng-generate
Schematics that generate code in user projects
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Steps to reproduce:
ng new
with strict mode onng add @angular/material
ng g @angular/material:table table
npm start
Expected Behavior
What behavior were you expecting to see?
The app should build and work.
Actual Behavior
What behavior did you actually see?
Environment
Relates to #17135
The text was updated successfully, but these errors were encountered: