UNPKG

taffy-coustom-ui

Version:
12 lines (10 loc) 227 B
import { Component } from '@angular/core'; @Component({ selector: 'tasksKanban', templateUrl: './app.component.html' }) export class KanbanTasksComponent { constructor() { console.error('tasks -kanban- loaded!'); } }