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

fix(lib): fix covalent build in case typeCheck is used in apps #1117

Merged
merged 1 commit into from
Feb 7, 2018

Conversation

emoralesb05
Copy link
Contributor

Description

If fullTemplateTypeCheck is used in apps, covalent will throw some errors because the angular compiler becomes more strict with template checks. This fixes those issues in the platform.

General Tests for Every PR

  • npm run serve:prod still works.
  • npm run tslint passes.
  • npm run stylelint passes.
  • npm test passes and code coverage is not lower.
  • npm run build:lib still works.

closes #1094

@emoralesb05 emoralesb05 added the bug label Feb 7, 2018
@emoralesb05 emoralesb05 added this to the Next Release milestone Feb 7, 2018
@emoralesb05 emoralesb05 merged commit 71c79a7 into develop Feb 7, 2018
@emoralesb05 emoralesb05 deleted the feature/typecheck branch February 7, 2018 00:51
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error with Angular 5.2 & fullTemplateTypeCheck enabled
1 participant