mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
dummy module. ref https://github.com/angular/angular/issues/13590
This commit is contained in:
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 {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user