mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Move to libs
This commit is contained in:
11
libs/components/src/badge/badge.module.ts
Normal file
11
libs/components/src/badge/badge.module.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { BadgeDirective } from "./badge.directive";
|
||||
|
||||
@NgModule({
|
||||
imports: [CommonModule],
|
||||
exports: [BadgeDirective],
|
||||
declarations: [BadgeDirective],
|
||||
})
|
||||
export class BadgeModule {}
|
||||
Reference in New Issue
Block a user