UNPKG

increments

Version:

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

12 lines (9 loc) 223 B
import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { } // Increments - L. Hogan - 2020