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

bug(platform, docs): strictTemplates errors #7565

Closed
platon-rov opened this issue Jan 17, 2022 · 0 comments · Fixed by #7998
Closed

bug(platform, docs): strictTemplates errors #7565

platon-rov opened this issue Jan 17, 2022 · 0 comments · Fixed by #7998
Assignees
Labels
bug Something isn't working documentation There is an issue with documentation platform platform

Comments

@platon-rov
Copy link
Contributor

Is this a bug, enhancement, or feature request?

Bug.

Briefly describe your proposal.

Part of #7563.

When enabling strictTemplates & fullTemplateTypeCheck in base tsconfig there are many errors shown after compiling docs app.

The scope of this pr, errors found in files:

  • libs/platform/**/*
  • apps/docs/src/app/platform/**/*

There also will be breaking changes after the fixes, don't forged to list them in wiki.

Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)

0.33.0-rc.275

If this is a bug, please provide steps for reproducing it.

  1. Add to tsconfig.base.json
"angularCompilerOptions": {
  "fullTemplateTypeCheck": true,
  "strictTemplates": true
}
  1. Try to serve docs app - ng serve.
  2. See the errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation There is an issue with documentation platform platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants