taiga-ui
taiga-ui copied to clipboard
chore(demo): `Table` update `Setup`-section
PR Checklist
Please check if your PR fulfills the following requirements:
- [ ] The commit message follows Conventional Commits
- [ ] Tests for the changes have been added (for bug fixes / features)
- [X] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [ ] Feature
- [ ] Refactoring
- [ ] Code style update
- [ ] Build or CI related changes
- [X] Documentation content changes
What is the current behavior?
NG0303: Can't bind to 'tuiCellOf' since it isn't a known property of 'td'
(used in the 'AppComponent' component template).
1. If 'td' is an Angular component and it has the 'tuiCellOf' input, then verify that it is a part of an @NgModule where this component is declared.
2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
What is the new behavior?
No error
Does this PR introduce a breaking change?
- [ ] Yes
- [X] No
Pull request was closed :heavy_check_mark:
All saved screenshots (for current PR) were deleted :wastebasket:
Visit the preview URL for this PR (updated for commit 5fd5565):
https://taiga-ui--pr2736-table-example-fix-8uuq8bb6.web.app
(expires Wed, 12 Oct 2022 09:35:37 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Codecov Report
Base: 61.77% // Head: 64.06% // Increases project coverage by +2.28%
:tada:
Coverage data is based on head (
8172b51
) compared to base (b7d703d
). Patch coverage: 33.33% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## main #2736 +/- ##
==========================================
+ Coverage 61.77% 64.06% +2.28%
==========================================
Files 1465 42 -1423
Lines 17333 423 -16910
Branches 2353 23 -2330
==========================================
- Hits 10708 271 -10437
+ Misses 6186 150 -6036
+ Partials 439 2 -437
Flag | Coverage Δ | |
---|---|---|
addon-charts | ∅ <ø> (∅) |
|
addon-doc | ? |
|
addon-editor | ∅ <ø> (∅) |
|
addon-mobile | ∅ <ø> (∅) |
|
addon-table | 64.06% <33.33%> (-0.38%) |
:arrow_down: |
addon-tablebars | ? |
|
cdk | ? |
|
core | ? |
|
kit | ? |
|
summary | 64.06% <33.33%> (+2.28%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Visit the preview URL for this PR (updated for commit 8172b51):
https://taiga-ui--pr2736-table-example-fix-nek2lsei.web.app
(expires Sat, 15 Oct 2022 09:22:07 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 4b5ece1e114386f6a105425ef799091475b249eb
BundleMon
Unchanged files (5)
Status | Path | Size | Limits |
---|---|---|---|
:white_check_mark: | demo/browser/main.(hash).js |
317.68KB | +10% |
:white_check_mark: | demo/browser/vendor.(hash).js |
205.38KB | +10% |
:white_check_mark: | demo/browser/runtime.(hash).js |
33.77KB | +10% |
:white_check_mark: | demo/browser/polyfills.(hash).js |
19.92KB | +10% |
:white_check_mark: | demo/browser/scripts.(hash).js |
14.92KB | +10% |
Total files change -1B 0%
Groups updated (1)
Status | Path | Size | Limits |
---|---|---|---|
:white_check_mark: | demo/browser/*. |
2.15MB (+181B +0.01%) | - |
Final result: :white_check_mark:
View report in BundleMon website ➡️
@splincode @vladimirpotekhin could you review again, please ?