FUSE ACADEMY

What do you want to learn today?
Our courses will step you through the process of a building small applications, or adding new features to existing applications.
All @for ( category of categories; track trackByFn($index, category) ) { {{ category.title }} } Hide completed
@if (this.filteredCourses.length) {
@for ( course of filteredCourses; track trackByFn($index, course) ) {
@if ( course.category | fuseFindByKey : 'slug' : categories; as category ) {
{{ category.title }}
}
@if (course.progress.completed > 0) { }
{{ course.title }}
{{ course.description }}
{{ course.duration }} minutes
@if (course.progress.completed === 0) {
Never completed
} @if (course.progress.completed > 0) {
Completed @if ( course.progress .completed === 1 ) { once } @if ( course.progress .completed === 2 ) { twice } @if ( course.progress.completed > 2 ) { {{ course.progress .completed }} {{ course.progress .completed | i18nPlural : { '=0': 'time', '=1': 'time', other: 'times', } }} }
}
}
} @else {
No courses found!
}