Skip to content

Commit

Permalink
build: rxjs 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hunter committed Dec 10, 2024
1 parent 089e002 commit 1a7d6f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/brain/checkbox/src/lib/brn-checkbox-ng-model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { BrnCheckboxComponent } from './brn-checkbox.component';
selector: 'brn-checkbox-ng-model',
standalone: true,
template: `
<label>
Airplane mode is: {{ airplaneMode() ? 'on' : 'off' }}
<brn-checkbox [disabled]="disabled()" [(ngModel)]="airplaneMode"></brn-checkbox>
Expand Down
1 change: 0 additions & 1 deletion libs/brain/switch/src/lib/brn-switch-ng-model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { BrnSwitchComponent } from './brn-switch.component';
selector: 'brn-switch-ng-model',
standalone: true,
template: `
<label>
Airplane mode is: {{ airplaneMode ? 'on' : 'off' }}
<brn-switch [disabled]="disabled" [(ngModel)]="airplaneMode">
Expand Down

0 comments on commit 1a7d6f3

Please sign in to comment.