1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

implement callout component w/ generator policy (#1158)

This commit is contained in:
Kyle Spearrin
2020-02-28 16:58:28 -05:00
committed by GitHub
parent e21bb3879f
commit a06ef80dc6
6 changed files with 96 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ import { ActionButtonsComponent } from './components/action-buttons.component';
import { CiphersListComponent } from './components/ciphers-list.component';
import { PopOutComponent } from './components/pop-out.component';
import { CalloutComponent } from 'jslib/angular/components/callout.component';
import { IconComponent } from 'jslib/angular/components/icon.component';
import {
@@ -165,6 +166,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
AutofocusDirective,
BlurClickDirective,
BoxRowDirective,
CalloutComponent,
CiphersComponent,
CiphersListComponent,
CollectionsComponent,