Added Tag Input

This commit is contained in:
Caesar2011
2017-05-18 00:09:41 +02:00
parent 05e0c1ff3d
commit 01205b16b9
9 changed files with 261 additions and 170 deletions

View File

@@ -6,5 +6,7 @@ import { Component } from '@angular/core';
})
export class AppComponent {
public result = 10;
public resultCounter = 10;
public resultTag = {"alpha": true, "beta": false};
public resultTag2 = {"alpha": true, "beta": false};
}