{% macro component(title, image, free, selected, open, favorite, prefix, position='center', avatar=image, class='', account) %}
{% set link = 'student-course.html' %} {% if account %} {% set link = 'student-take-course.html' %} {% endif %} course play_circle_outline {% if account %}Resume{% else %}Preview{% endif %} {% if free %} NEW {% endif %}
star star star star star_border
6 hours
Angular
{{ title }}

with Elijah Murray

Learn the fundamentals of working with Angular and how to create basic applications.

check

Fundamentals of working with Angular

check

Create complete Angular applications

check

Working with the Angular CLI

check

Understanding Dependency Injection

check

Testing with Angular

{% if not account %}
access_time

6 hours

play_circle_outline

12 lessons

assessment

Beginner

{% endif %} {% if account %}
access_time

50 minutes left

play_circle_outline

12 lessons

Your rating
star star star star star_border
4/5
{% endif %}
{% endmacro %} {{ component() }}