Skip to content

Instantly share code, notes, and snippets.

@korof
Created August 10, 2016 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korof/90fac3433eda010d21a726fd348b8bc1 to your computer and use it in GitHub Desktop.
Save korof/90fac3433eda010d21a726fd348b8bc1 to your computer and use it in GitHub Desktop.
angular + typeScript
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