banner & styling
This commit is contained in:
0
src/app/views/gallery/gallery.component.html
Normal file
0
src/app/views/gallery/gallery.component.html
Normal file
7
src/app/views/gallery/gallery.component.ts
Normal file
7
src/app/views/gallery/gallery.component.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'xxx-gallery',
|
||||
templateUrl: './gallery.component.html'
|
||||
})
|
||||
export class GalleryComponent { }
|
Reference in New Issue
Block a user