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

[angular] Use config similar to Angular strict mode #13065

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

kaidohallik
Copy link
Contributor

@kaidohallik kaidohallik commented Nov 17, 2020

Reference: https://angular.io/guide/strict-mode

fullTemplateTypeCheck is subset of strictTemplates so no need to specify this.

Removed suppressImplicitAnyIndexErrors and added strictInputAccessModifiers and fixed errors after that, some comments:


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding skip-ci label, you can still see CI build result at your branch.

Reference: https://angular.io/guide/strict-mode

fullTemplateTypeCheck is subset of strictTemplates so no need to specify this.

Removed suppressImplicitAnyIndexErrors and added strictInputAccessModifiers and fixed errors after that, some comments:
* in my Windows 10 metrics for system.load.average.1m, process.files.max and process.files.open is not coming from back end, but those are used in templates, so added those as optional to model
* HMR support is improved lately (see angular/angular-cli#18788), maybe in Angular 11 manual module.hot fork can be removed at all
Copy link
Member

@mshima mshima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants