1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Cherry pick pending PR for tabs component [CL-17] Tabs - Routing

This commit is contained in:
Vincent Salucci
2022-06-22 10:03:54 -05:00
committed by Shane Melton
parent 59eac668a7
commit bb4ccadbe0
10 changed files with 204 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ import {
FormFieldModule,
SubmitButtonModule,
MenuModule,
TabsModule,
} from "@bitwarden/components";
import { PasswordStrengthComponent } from "../components/password-strength.component";
@@ -138,6 +139,7 @@ registerLocaleData(localeZhTw, "zh-TW");
MenuModule,
FormFieldModule,
SubmitButtonModule,
TabsModule,
],
exports: [
CommonModule,
@@ -157,6 +159,7 @@ registerLocaleData(localeZhTw, "zh-TW");
FormFieldModule,
PasswordStrengthComponent,
SubmitButtonModule,
TabsModule,
],
providers: [DatePipe],
bootstrap: [],