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

feat: support angular compiler strict templates #353

Merged

Conversation

Harpush
Copy link
Collaborator

@Harpush Harpush commented Sep 2, 2023

Fix #220

Features:

  1. size is typed as * or number
  2. number and boolean inputs support strings too (prop="40" and prop="true")
  3. New types: ISplitDirection, ISplitDir, IAreaSize, ISplitUnit
  4. Fully compatible with strict templates considering all above too

@Harpush Harpush requested a review from beeman September 2, 2023 10:36
angular.json Show resolved Hide resolved
Copy link
Collaborator

@beeman beeman left a comment

Choose a reason for hiding this comment

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

Great stuff, happy to merge and publish!

Closes #289

@beeman beeman merged commit 2f77a67 into angular-split:main Sep 3, 2023
1 check passed
@beeman
Copy link
Collaborator

beeman commented Sep 3, 2023

This is now published as angular-split@16.2.0

@Harpush Harpush deleted the strict-templates-correct-size-type branch September 3, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect @Input size typing when strictTemplates is enabled
2 participants