nested-forms/apps/global-form/src/app/app.component.ts

11 lines
224 B
TypeScript
Raw Normal View History

2019-09-02 19:23:01 +00:00
import { Component } from '@angular/core';
@Component({
selector: 'nested-forms-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'global-form';
}