UNPKG

workplacex-cli

Version:

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

16 lines (12 loc) 319 B
import { Component, OnInit, Input } from '@angular/core'; @Component({ selector: '[data-Custom02]', templateUrl: "./custom02.component.html", styleUrls: ['./custom02.component.scss'] }) export class Custom02Component implements OnInit { constructor() { } ngOnInit(): void { } @Input() json: any; }