Skip to content

Fix demos type checks and warnings, some cleanup #12460

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

Merged
merged 5 commits into from
Dec 15, 2022

Conversation

damyanpetev
Copy link
Member

@damyanpetev damyanpetev commented Dec 14, 2022

Closes #
ng serve --configuration production now builds

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

Sorry, something went wrong.

@@ -25,11 +25,6 @@ <h3>Grid with primary key ProductID</h3>
<igx-column field="ReorderLevel" width="200px" [sortable]="true" [filterable]="true" [editable]="true" [dataType]="'number'" [hasSummary]="false">
</igx-column>
<igx-column field="ProductName" width="200px" [groupable]="kk" [header]="pname" [sortable]="true" [dataType]="'string'" [editable]="true" [resizable]="true">
<ng-template igxCellValidationError let-cell='cell'>
Copy link
Member

Choose a reason for hiding this comment

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

Isn't this needed in the sample?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope, this is checking for the custom forbiddenName error, which is only set up in the validation sample. Also was using formGroup prop which doesn't exist -> type error.

kdinev
kdinev previously approved these changes Dec 15, 2022
@kdinev kdinev changed the base branch from master to 15.0.x December 15, 2022 09:23
@kdinev kdinev dismissed their stale review December 15, 2022 09:23

The base branch was changed.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@kdinev
Copy link
Member

kdinev commented Dec 15, 2022

@damyanpetev I've changed the target branch to 15.0.x

@damyanpetev damyanpetev marked this pull request as ready for review December 15, 2022 11:39
@kdinev kdinev merged commit c40b0a0 into 15.0.x Dec 15, 2022
@kdinev kdinev deleted the dpetev/demos-type-checks branch December 15, 2022 11:58
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.

None yet

2 participants