feat: update to Angular 11 (#5826)

This commit is contained in:
Sergey Andrievskiy 2021-01-19 13:52:09 +03:00 committed by GitHub
parent 98166c5274
commit ebe181085b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2902 additions and 3306 deletions

View file

@ -54,7 +54,7 @@
<nb-card-body class="checkbox-radio">
<div class="demo-items">
<nb-checkbox>Checkbox 1</nb-checkbox>
<nb-checkbox [value]="true">Checkbox 2</nb-checkbox>
<nb-checkbox checked>Checkbox 2</nb-checkbox>
</div>
<div class="demo-items">
<nb-radio-group [(value)]="radioGroupValue">