One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # coding=utf-8 | |
| import json | |
| import time | |
| from subprocess import check_output, CalledProcessError | |
| class WHO: | |
| FROM_ME = "key_from_me == 1" | |
| OTHERS = "key_from_me != 1" | |
| ALL = "" | 
| // tslint:disable:no-any directive-selector | |
| import { Directive, Input, TemplateRef, ViewContainerRef } from '@angular/core'; | |
| /** | |
| * Declare a variable in the template. | |
| * Eg. <i *ngVar="false as variable">{{ variable | json }}</i> | |
| */ | |
| @Directive({selector: '[ngVar]'}) | |
| export class NgVarDirective { |