summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.ts
blob: 3a938c5ae965279c8900d2188fa443865ca25ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-templ-mapp-creation',
  templateUrl: './templ-mapp-creation.component.html',
  styleUrls: ['./templ-mapp-creation.component.css']
})
export class TemplMappCreationComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}