Skip to content

Commit

Permalink
chore: update to Angular 19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhwhite committed Nov 22, 2024
1 parent 8d54024 commit e72c117
Show file tree
Hide file tree
Showing 3 changed files with 7,765 additions and 10,309 deletions.
4 changes: 2 additions & 2 deletions apps/e2e/src/app/example/example.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import {
} from '@angular/cdk/drag-drop';
import { FormsModule } from '@angular/forms';
import {
KeyboardSortItemDirective, KeyboardSortItemIfActiveDirective,
KeyboardSortItemDirective,
KeyboardSortItemIfActiveDirective,
KeyboardSortItemIfFocusedDirective,
KeyboardSortListDirective,
} from 'ng-keyboard-sort';
Expand All @@ -16,7 +17,6 @@ import {
selector: 'app-example',
templateUrl: './example.component.html',
styleUrls: ['./example.component.css'],
standalone: true,
imports: [
CdkDrag,
CdkDropList,
Expand Down
Loading

0 comments on commit e72c117

Please sign in to comment.