AngularJS 1.x Tips and Tricks

Go to class
Write Review

Free Online Course: AngularJS 1.x Tips and Tricks provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. AngularJS 1.x Tips and Tricks is taught by Aviv Ben-Yosef.

Overview
  • Learn lesser known facts about AngularJS 1.x that can help you build better applications.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    1. Performance
    • ng-if vs. ng-show
    • Speed up ng-repeat with track by
    • One-time binding
    • Why ng-include should be avoided
    • Use ng-change instead of $watch
    2. Angular Concepts
    • Understand & binding
    • Understand @ binding
    • Services vs. factories
    • Functions: angular.equals and angular.toJson
    3. Tricks
    • Create promises without $q.defer()
    • Handle circular dependencies
    • Multiple transclusion
    • Turn URLs in paragraphs to safe links
    Conclusion
    • Next steps