Added Tag Input
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user