mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
dummy module. ref https://github.com/angular/angular/issues/13590
This commit is contained in:
parent
7b5d3eb15c
commit
983a7b474c
12
src/angular/dummy.module.ts
Normal file
12
src/angular/dummy.module.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { InputVerbatimDirective } from './directives/input-verbatim.directive';
|
||||
|
||||
@NgModule({
|
||||
imports: [],
|
||||
declarations: [
|
||||
InputVerbatimDirective,
|
||||
],
|
||||
})
|
||||
export class DummyModule {
|
||||
}
|
Loading…
Reference in New Issue
Block a user