Created
August 10, 2016 20:04
-
-
Save korof/90fac3433eda010d21a726fd348b8bc1 to your computer and use it in GitHub Desktop.
angular + typeScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export class BindingType { | |
public static STRING: string = '@'; | |
public static ONE_WAY: string = '<'; | |
public static TWO_WAY: string = '='; | |
public static METHOD: string = '&'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment