{% macro component(title, image, open, favorite, prefix, position='center', class='mb-16pt', cta, details, description, account) %}
{% set link = prefix + 'student-path.html' %}
Angular 80%
{{ title }}

18 courses

{% if cta !== false %} Resume {% else %} favorite{% if favorite !== true %}_border{% endif %} {% endif %}
{% if details %} {% if not account %}
star star star star star_border
{% else %}
Your rating
star star star star star_border
4/5
{% endif %}

{{ description or 'Learn the fundamentals of working with ' + title + ' and how to create basic applications.' }}

check

Fundamentals of working with {{ title }}

check

Create complete {{ title }} applications

check

Working with the {{ title }} CLI

check

Understanding Dependency Injection

check

Testing with {{ title }}

{% if not account %}
access_time

6 hours

play_circle_outline

12 lessons

assessment

Beginner

{% else %}
access_time

50 minutes left

play_circle_outline

12 lessons

{% endif %} {% endif %}
{% if not details %}
Angular
{{ title }}

18 courses

{{ description or 'Learn the fundamentals of working with ' + title + ' and how to create basic applications.' }}

access_time

50 minutes left

play_circle_outline

12 lessons

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