UNPKG

gamification

Version:

Gamification angular modules made with love by poeticsoft.com

11 lines (9 loc) 212 B
import { Component } from '@angular/core'; @Component({ selector: 'ps-gam-base', templateUrl: './template.html', styleUrls: ['./style.css'] }) export class BaseComponent { title = 'GAMIFICATION BASE'; }