Skip to content

Instantly share code, notes, and snippets.

@rupeshtiwari
Created August 6, 2021 15:43
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 rupeshtiwari/616d353672d7c526a9d223aa37fe938c to your computer and use it in GitHub Desktop.
Save rupeshtiwari/616d353672d7c526a9d223aa37fe938c to your computer and use it in GitHub Desktop.
angularjs to angular.md

replace vm. with empty

ng-style = [ngStyle]
ng-class= [ngClass]
ng-hide = [hidden]
ng-if = *ngIf 
ng-repeat = *ngFor
ng-mouseenter = (mouseenter)
ng-mousemove = (drag)
ng-mousedown = (mousedown)
ng-mouseup = (mouseup)
ng-dbclick = (dbclick)
ng-switch = [ngSwitch]
ng-switch-when = *ngSwitchCase
ng-bind-html = [innerHtml]
ng-show = [hidden] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment