Added new componetnts inside page modules
[portal.git] / portal-FE-common / src / app / pages / widgets / widgets.component.ts
1 import { Component, OnInit } from '@angular/core';
2
3 @Component({
4   selector: 'app-widgets',
5   templateUrl: './widgets.component.html',
6   styleUrls: ['./widgets.component.scss']
7 })
8 export class WidgetsComponent implements OnInit {
9
10   constructor() { }
11
12   ngOnInit() {
13   }
14
15 }