1 import {Component, OnInit} from '@angular/core';
4 selector: 'app-template-mapping',
5 templateUrl: './template-mapping.component.html',
6 styleUrls: ['./template-mapping.component.css']
8 export class TemplateMappingComponent implements OnInit {
19 this.creationView = false;
24 this.listView = false;
25 this.creationView = false;