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

with Elijah Murray

star star star star star_border
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() }}