mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-07 06:10:16 +01:00
9 lines
149 B
TypeScript
9 lines
149 B
TypeScript
|
|
import { Component } from '@angular/core';
|
||
|
|
|
||
|
|
@Component({
|
||
|
|
selector: 'ngx-d3',
|
||
|
|
templateUrl: './d3.component.html',
|
||
|
|
})
|
||
|
|
export class D3Component {
|
||
|
|
}
|