UNPKG

increments

Version:

Create polls and manage votes with a MongoDB or MySQL database.

10 lines (8 loc) 191 B
import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { }