mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
12 lines
169 B
TypeScript
12 lines
169 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'ngx-maps',
|
|
template: `
|
|
<p>
|
|
maps works!
|
|
</p>
|
|
`,
|
|
})
|
|
export class MapsComponent {
|
|
}
|