feat(demo): add checkbox

This commit is contained in:
Ken Sodemann
2017-11-16 05:21:27 -06:00
parent 56e04325e3
commit 3a5e9784e4
5 changed files with 63 additions and 11 deletions

View File

@ -7,6 +7,7 @@ import { Component, OnInit, ViewEncapsulation } from '@angular/core';
encapsulation: ViewEncapsulation.None
})
export class InputsTestPageComponent implements OnInit {
testCheckboxOne = true;
testInputOne = 'This is data for test input one';
constructor() {}