Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 26, 2020
1 parent 171158f commit 4ee79b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { map, startWith } from 'rxjs/operators';
export class AppComponent implements OnInit {
title = 'ngx-mailto-demo';

visible = true;
selectable = true;
removable = true;
separatorKeysCodes: number[] = [ENTER, COMMA];
Expand Down

0 comments on commit 4ee79b5

Please sign in to comment.