Create Angular version (#1)
Convert site to Angular; also reworked contents on solution pages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { Component, OnInit } from '@angular/core'
|
||||
|
||||
@Component({
|
||||
selector: 'app-process-automation',
|
||||
templateUrl: './process-automation.component.html'
|
||||
})
|
||||
export class ProcessAutomationComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() { }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user