@nebular/theme
Version:
@nebular/theme
16 lines • 500 B
JavaScript
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { NgModule } from '@angular/core';
import { NbBadgeComponent } from './badge.component';
export class NbBadgeModule {
}
NbBadgeModule.decorators = [
{ type: NgModule, args: [{
exports: [NbBadgeComponent],
declarations: [NbBadgeComponent],
},] }
];
//# sourceMappingURL=badge.module.js.map