mirror of
https://github.com/bitwarden/web
synced 2025-12-11 13:53:17 +00:00
stub out angular app with webpack 4
This commit is contained in:
11
src/app/vault/vault.component.ts
Normal file
11
src/app/vault/vault.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import {
|
||||
Component,
|
||||
} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-vault',
|
||||
templateUrl: 'vault.component.html',
|
||||
})
|
||||
export class VaultComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user