mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 16:43:19 +00:00
[CL-506] Upgrade to Angular 18 (#12218)
This commit is contained in:
@@ -3,7 +3,7 @@ import { CommonModule, DatePipe } from "@angular/common";
|
||||
import { NgModule } from "@angular/core";
|
||||
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
||||
import { RouterModule } from "@angular/router";
|
||||
import { InfiniteScrollModule } from "ngx-infinite-scroll";
|
||||
import { InfiniteScrollDirective } from "ngx-infinite-scroll";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import {
|
||||
@@ -49,7 +49,7 @@ import "./locales";
|
||||
DragDropModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
InfiniteScrollModule,
|
||||
InfiniteScrollDirective,
|
||||
RouterModule,
|
||||
JslibModule,
|
||||
|
||||
@@ -86,7 +86,7 @@ import "./locales";
|
||||
DragDropModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
InfiniteScrollModule,
|
||||
InfiniteScrollDirective,
|
||||
RouterModule,
|
||||
JslibModule,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user