Initial CoreUI commit

The initial new codebase from a template
This commit is contained in:
piratefinn 2017-04-27 15:29:31 +01:00
parent 39f90b1897
commit 6f084171dd
511 changed files with 27578 additions and 1649 deletions

View file

@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
templateUrl: '500.component.html'
})
export class P500Component {
constructor() { }
}