UNPKG

workplacex-cli

Version:

Create database applications with Angular 11, ASP.NET Core 5.0 and MS-SQL for Linux and Windows.

17 lines (13 loc) 292 B
import { Component, OnInit, Input } from '@angular/core'; @Component({ selector: '[data-Custom01]', templateUrl: "./custom01.component.html", styles: [ ] }) export class Custom01Component implements OnInit { constructor() { } ngOnInit(): void { } @Input() json: any; }