3a938c5ae965279c8900d2188fa443865ca25ccf
[ccsdk/cds.git] /
1 import { Component, OnInit } from '@angular/core';
2
3 @Component({
4   selector: 'app-templ-mapp-creation',
5   templateUrl: './templ-mapp-creation.component.html',
6   styleUrls: ['./templ-mapp-creation.component.css']
7 })
8 export class TemplMappCreationComponent implements OnInit {
9
10   constructor() { }
11
12   ngOnInit() {
13   }
14
15 }