Angular: Angular 11 beginner

https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806192&expertiselevel=1806190 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806193&expertiselevel=1806190 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806197&expertiselevel=1806190 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806191&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806192&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806192&expertiselevel=1806198 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806193&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806195&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806196&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806197&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806199&expertiselevel=1806194 https://www.skillsoft.com/channel/angular-f3619a61-1944-11e7-b488-c198130a9b04?technologyandversion=1806200&expertiselevel=1806194
  • 4 Courses | 3h 33m 21s
  • 4 Books | 22h 39m
  • 7 Courses | 5h 16m 26s
  • 5 Books | 26h 2m
  • 4 Courses | 2h 26m 26s
  • 3 Books | 18h 24m
  • 3 Courses | 3h 12m 25s
  • 8 Books | 73h 6m
  • 7 Courses | 7h 33s
  • 5 Books | 24h 44m
  • 12 Courses | 9h 14m 4s
  • 5 Books | 24h 44m
  • 3 Courses | 2h 4m 7s
  • 6 Books | 28h 7m
  • 3 Courses | 3h 40m 41s
  • 5 Books | 29h 58m
  • 2 Courses | 1h 32m 2s
  • 1 Book | 2h 4m
  • 7 Courses | 3h 21m 15s
  • 3 Books | 18h 24m
  • Includes Lab
  • 6 Courses | 5h 7m 47s
  • 6 Books | 40h 34m
  • 12 Courses | 8h 59m
  • 6 Books | 36h 4m
Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
 
Explore Angular, the popular mobile and web application development platform.

GETTING STARTED

Introduction

  • 6m 7s
  • 3m 36s

GETTING STARTED

Creating an Application

  • 2m 41s
  • 2m 30s

GETTING STARTED

Angular 11: Getting Started with Angular

  • 1m 14s
  • 4m 36s

GETTING STARTED

Creating an SPA

  • 5m 30s
  • 2m 17s

GETTING STARTED

Examining Isolate Scope Directives

  • 8m 48s
  • 7m 2s

GETTING STARTED

Working with Data

  • 1m 3s
  • 2m 48s

GETTING STARTED

Services, Promises, & Route Protection

  • 6m 11s
  • 3m 52s

GETTING STARTED

Features & Changes

  • 2m 55s
  • 5m 48s

GETTING STARTED

Angular, Reactive, & Observable

  • 6m 2s
  • 4m 15s

GETTING STARTED

Angular 11: Working With Nested Components

  • 1m 4s
  • 3m 6s

GETTING STARTED

Angular 6 Development: Introduction

  • 3m 51s
  • 7m 25s

GETTING STARTED

Installing & Using Angular

  • 2m 7s
  • 1m 37s

COURSES INCLUDED

Introduction
Get started with AngularJS! Here we introduce you to the AngularJS environment, work with functions and methods, and learn how to use controllers and display filters.
14 videos | 1h 5m available Badge
Working with AngularJS
AngularJS is a JavaScript-based framework for building web applications. Learn how to validate user input and data types, format output, and register a listener using AngularJS.
9 videos | 52m available Badge
Introducing Directives
In AngularJS, directives allow you to attach a behavior to an object. Learn how to work with built-in AngularJS directives, and how to create custom behaviors on directives.
13 videos | 1h 4m available Badge
Working with Display Directives
Directives are notes to the AngularJS compiler that enable you to attach behaviors to DOM objects. Here you'll work with a number of the built-in display directives, including ngStyle, ngFocus, and ngBlur.
7 videos | 31m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Creating an Application
Get started with Angular app development! Learn how to install and set up an Angular development environment, and create an app root module and root component as part of building a basic Angular application.
12 videos | 42m has Assessment available Badge
Components & Bindings
The two main elements in Angular are components and bindings for processing the web app. Discover how to create and use components, as well as how to work with various types of binding elements.
13 videos | 55m has Assessment available Badge
Directives
Angular uses a rich set of directives for manipulating DOM elements and templates. Learn how to use the Angular built-in directives and, in particular, the flow control directives.
10 videos | 38m has Assessment available Badge
Pipes
In Angular apps, pipes are used to take in data, transform it, and then output it in the necessary format. Discover how to use some common built-in Angular pipes, as well as how to create custom pipes.
7 videos | 27m has Assessment available Badge
Form Management
Collecting data via forms and inputs is typically a major part of most web apps. Explore form creation using a template-driven approach, and how to perform form validation and submission.
13 videos | 57m has Assessment available Badge
Model-driven Forms
Collecting data via forms and inputs can be a time-consuming portion of developing a web app. Discover how to create forms in Angular using the model-driven approach.
9 videos | 37m has Assessment available Badge
Routing
Angular apps are typically front-end based and therefore, client-side dominant. Learn how to set up client-side routes and navigation in an Angular app.
13 videos | 57m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Angular 11: Getting Started with Angular
Angular helps build interactive and dynamic single-page applications (SPAs) through templating, two-way binding, modularization, RESTful API handling, dependency injection, and AJAX handling. It's a highly demanded technology and a useful language among experienced developers who want to move into full stack development. Use this course to explore the different building blocks of Angular. Examine some of the advanced features of Angular 11 and install various software components for making use of its features and benefits. Install Node.js, Visual Studio Code, and Angular CLI and learn to create and run an Angular application. Finally, investigate the different characteristics of package.json files and outline the basics of Typescript. When you're done with this course, you'll have a basic grasp of working with Angular.
11 videos | 38m has Assessment available Badge
Angular 11: Introduction to Components
Angular is a commonly-used language among experienced developers moving into full stack development. Through templating, two-way binding, modularization, RESTful API handling, dependency injection, and AJAX handling, Angular provides the tools needed to build interactive and dynamic single-page applications. This course elevates a basic working knowledge of Angular by guiding you on some more advanced practices. Learn to create classes in TypeScript and add properties and functions to TypeScript classes. Define decorators in JavaScript and create a simple Angular component. Add templates, styles, and styleUrls to Angular components. Furthermore, investigate binding data with interpolation and ng-bind. After taking this course, you'll be able to use components in Angular to make the most of this dynamic web framework.
11 videos | 34m has Assessment available Badge
Angular 11: Working With Angular Modules
Angular helps build interactive and dynamic single-page applications (SPAs) through templating, two-way binding, modularization, RESTful API handling, dependency injection, and AJAX handling. Take this course to explore the fundamentals of Angular module and examine decorators associated with it. With the help of this course, you'll learn to create an Angular component without CLI, bootstrap components using Angular module, and create feature and shared modules. You'll also discover how to work with third-party modules like BrowserModule and export/import arrays. Upon completion of this course, you'll be in a position to outline the components of Angular Module and deepen your Angular skills for full stack development.
9 videos | 36m has Assessment available Badge
Angular 11: Directives & Pipes
Angular helps build interactive and dynamic single-page applications (SPAs) and is a technology that is highly in demand among experienced developers who want to move into full-stack development. Use this course to gain a better understanding of directives and pipes in Angular 11. Examine the use of conditional operators, array iteration through complex objects, and the concept of pagination. This course will also help you discover the functionality of sorting data, the use of built-in pipes and custom pipes, and how to filter a list of data as per user search input. Upon completing this course, you'll have the skills to implement directives and pipes using Angular for full-stack development.
10 videos | 37m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Creating an SPA
A single-page application (SPA) is a web application or site contained on a single web page. Learn how to create an SPA using Visual Studio 2015, ASP.NET 5, MVC 6, Grunt, and AngularJS.
19 videos | 1h 24m available Badge
Data Persistence & Validation
You must consider data validation and persistence when creating a software application. Learn how to use Entity Framework 7 to persist data to a database, and how to use AngularJS and ASP.NET validation to implement validation.
11 videos | 52m available Badge
Application Security
Security is always a concern when creating a SPA with AngularJS and ASP.NET Web API. Learn how to implement security using ASP.NET Identity, force login using the Authorize attribute, forward claims data, and secure API controller actions.
9 videos | 55m available Badge

COURSES INCLUDED

Examining Isolate Scope Directives
In AngularJS, directives nested within controllers inherit the scope of the controller. Examine isolate scopes in directives, and how we can work with them.
6 videos | 38m available Badge
Working with Controllers & Directives
Controllers in AngularJS are constructor functions that set the initial state and add behaviors to objects. Learn how to work with controllers and directives in your AngularJS applications.
10 videos | 56m available Badge
Using Built-in, Custom, & HTTP Services
Services are objects in AngularJS used to organize and share code in applications. Here you'll examine a number of built-in services, including HTTP server interactions and exception handling, and learn how to create custom services.
14 videos | 1h 21m available Badge
Configuring Routing & Using Other Services
Routing is an important part of single page applications created in AngularJS. Learn how to set up simple routing, use routing services, and examine other AngularJS services, including $log and $filter.
14 videos | 1h 1m has Assessment available Badge
Testing AngularJS
The AngularJS framework includes a range of built-in tools to assist with testing your applications. Learn how to set up a test environment and use it to test controllers, services, filters, and directives.
14 videos | 1h 12m available Badge
Getting Started with CSS-based Animations
Animation can enhance both your web application and the user's experience. Learn how to implement CSS-based animation in AngularJS, including how to use animation libraries such as animate.css within your applications.
13 videos | 1h available Badge
JavaScript Animations & Internationalization
Animation and internationalization features can be used to enhance web applications and widen audience scope. Here you'll learn how to implement JavaScript-based animation, and internationalize and localize your AngularJS applications.
9 videos | 49m available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Working with Data
AngularJS lets you develop rich, robust, single-page web applications. Discover how to work with AngularJS application data in a client browser, offline detection and availability, and application caching.
13 videos | 50m available Badge
Data Modeling & Storage
Learn how to manage AngularJS data! Explore how to store data in the client, examine data modeling in AngularJS, and how to create data models.
11 videos | 45m available Badge
Security Considerations
Discover how to secure an AngularJS application! Explore security concerns, and learn authentication and authorization strategies, and how to use the security features built-in to AngularJS to best protect your application.
17 videos | 59m available Badge
AngularJS & TypeScript
The TypeScript language is a typed superset of JavaScript and compiles to plain JavaScript. Explore the basics of TypeScript, and how to set up an AngularJS app using TypeScript.
12 videos | 1h 2m available Badge
TypeScript & AngularJS Components
AngularJS and TypeScript can be used together to create rich, robust web applications. Learn how to work with AngularJS controllers and components using TypeScript, and how to test your applications.
12 videos | 1h 17m available Badge
AngularJS & UI Bootstrap
AngularUI includes a number of UI modules that can be used in AngularJS applications. Discover how to work with UI Bootstrap to add a number of different interface objects to your AngularJS applications.
8 videos | 59m available Badge
Using NG-Grid in AngularJS
AngularUI includes a number of UI modules that can be used in AngularJS applications. Examine how to manipulate data in an AngularJS application using NG-Grid.
12 videos | 38m has Assessment available Badge
Aliasing, Selection, & Routing with AngularUI
AngularUI includes a number of UI modules that can be used in AngularJS applications. Learn how to work with UI-Alias, UI-Select, and UI-Router.
8 videos | 35m available Badge
AngularUI Input Utilities
AngularUI is a companion framework to AngularJS. Learn how to work with AngularUI input utilities, including the format, mask, reset, and validate utilities.
6 videos | 29m available Badge
AngularUI Interface Utilities
AngularUI is a companion framework to AngularJS. Discover how to use AngularUI interface utilities such as the highlight, fixed and unlimited scrolling, and indeterminate checkbox utilities.
6 videos | 29m available Badge
AngularUI Backend Utilities
AngularUI is a companion framework to AngularJS. Discover how to use AngularUI backend utilities, including the event binder, keypress, and route checking utilities.
5 videos | 26m available Badge
AngularUI Utilities & Modules
AngularUI is a companion framework to AngularJS. Discover how to work with AngularUI modules, including the Sortable and Arshaw FullCalendar modules.
6 videos | 38m available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Services, Promises, & Route Protection
Web apps are powered by making HTTP requests. Learn how to use HTTP requests to communicate with a server from within an Angular app, as well as how to protect routes using route guards.
9 videos | 37m has Assessment available Badge
Animation
Angular apps are made richer by using animations. Explore the basics and use of animation and keyframe animations in Angular.
11 videos | 43m has Assessment available Badge
NativeScript
Angular apps need to be able to display and perform well on mobile devices. Learn the basics of using NativeScript to make cross-platform Angular apps.
11 videos | 43m has Assessment available Badge

COURSES INCLUDED

Features & Changes
Angular 5 is an update to Angular 4 that contains some very powerful new features and capabilities, as well as several bug fixes. Explore the new features of Angular 5.
20 videos | 1h 13m has Assessment available Badge
Bootstrap & Dashboards
ng-bootstrap makes using Bootstrap feel native within Angular, and Amexio components can make it simple to create a data-rich dashboard. Discover how these two components can be used to create dashboards.
20 videos | 1h 22m has Assessment available Badge
Material & Universal Components
Angular Material provides components for managing the user interface and Angular Universal allows apps to render server-side which can help with performance and SEO. Explore these powerful add-ons for Angular development.
15 videos | 1h 3m has Assessment available Badge

COURSES INCLUDED

Angular, Reactive, & Observable
Reactive programming is a programing paradigm that helps build responsive, scalable, and resilient applications. Explore reactive programming and the RxJS component.
12 videos | 46m has Assessment available Badge
Angular & ngrx
When building reactive applications, ngrx reduces complexity by providing a set of tools. Explore ngrx and its use in creating reactive applications with Angular.
12 videos | 45m has Assessment available Badge

COURSES INCLUDED

Angular 11: Working With Nested Components
Nested components in Angular allow the use of reusable logic within separate units, which can be associated with one or more different components at a time. Take this course to supplement your knowledge of working with nested components in Angular. Try your hand at building a nested component, using the @Input and @Output keywords, and implementing the ViewChild property. After wrapping up this course, you'll be able to use nested components to build applications in Angular that are composed of multiple components working together.
6 videos | 21m has Assessment available Badge
Angular 11: Reactive Programming With RxJS & Observables
The RxJS (Reactive Extensions for JavaScript) library in Angular allows you to engage in reactive programming that uses observables to make it easier to perform a variety of asynchronous operations. Take this course to supplement your knowledge of event-based programming in Angular. Explore the key features of the RxJS library, take advantage of observables over promises, utilize HTTP Requests to retrieve data, and subscribe to observables for data. After completing this course, you'll be able to use Angular with RxJS to create interactive and dynamic single-page applications.
6 videos | 18m has Assessment available Badge
Angular 11: Working With Forms
Front-End frameworks like Angular must be capable of accepting data from users and forwarding that data onto a database, usually via an API. Explore forms and the form submission process to endpoints using this course. Learn more about two-way binding, form events like button clicks, and validating forms for user input. You'll also work with APIs to perform some of the CRUD operations that have become synonymous with database programming and examine shareReplay to implement local caching. Having completed this course, you will be able to create forms and effectively handle form controls in Angular.
10 videos | 43m has Assessment available Badge
Angular 11: Navigation & Routing in Angular
Angular is a platform and framework for building a breed of applications labeled SPAs (single-page applications). Use this course to discover what that means, explore the architecture of an SPA, and investigate the benefits of building one. In addition to building single page applications, Angular lets you implement routing and security. Practice implementing routing via Angular's routing module. Examine how routing does not involve routing to a physical HTML file but by rendering a 'view.' As with any web-based application, Angular implements routing security using a particular interface called route guards. Learn how to implement this interface, examining its features as you go. By the end of this course, you'll be able to create a single-page application and implement routing using Angular.
8 videos | 28m has Assessment available Badge
Angular 11: Services & Dependency Injection
Angular allows the use of one object in another class that consumes it through dependency injections. Try your hand at implementing dependency injections within a component and configure the injected object via the constructor of the consuming class through this course. Examine services in Angular and demonstrate how a service is used in a component. You'll also learn to inject services into components and access data inside of these services. By the end of this course, you will have the knowledge to work with services and dependency injections in Angular.
7 videos | 26m has Assessment available Badge
Angular 11: Security & Deployment in Angular
Implementing security and optimization measures is part of the end-to-end Angular development and deployment life cycle. Developers new to or familiar with Angular can use this course to upgrade their skills in these areas. Learn how to implement authentication and authorization in Angular 11. Examine routing at a deeper level to determine the role of routing in authentication. Build authentication and authorization into your app by implementing an interface. Create, activate, and deactivate route guards to realize authentication and authorization. And implement lazy loading to reduce bloating and use of system resources. Moving along, examine the optimization of your application, debug a simple app, and perform a unit test on one of the components. Finally, deploy the Angular app onto an NGINX server. When you're done with this course, you'll know how to optimize the performance and security of your Angular applications.
9 videos | 44m has Assessment available Badge
Angular 11: New Features of Angular 11 & Angular 12
When newer versions of Angular are released, their enhanced features may make it necessary to upgrade existing versions or migrate from the previous version of the platform to the latest. Use this course to explore the features of Angular 11 that are new/updated from Angular 10, such as component test harnesses, improved reporting and logging, and the updated Hot Module Replacement (HMR) support. Additionally, investigate the new features available in Angular 12. Learn how to migrate from Angular version 10 to version 11, using the Angular update guide for instructions. Furthermore, examine the CLI command ng update and utilize that command in a simple project. When you've completed this course, you'll be able to recognize why and how you should update older versions of Angular to later versions.
5 videos | 17m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Angular 6 Development: Introduction
Angular 6 has some new features and many bug fixes. You can learn how to create Angular 6 apps by taking this introductory course. You will begin by learning how to install Angular 6, before exploring the topics of data binding via interpolation and property binding. Next, you will learn how to get outputs from components, and use the ngFor directive to repeat elements in an Angular template. As you progress through the course, you'll explore the concept of routes, including how to create and add routes to an Angular app, as well as use parameters. Finally, you'll learn about schematics, including how to install the CLI tool, and there is an exercise on how to create and deploy an Angular 6 App.
14 videos | 58m has Assessment available Badge
Angular 6 Development: Libraries
Discover how to create Angular libraries both manually and with the assistance of Angular CLI 6. During this course, you will learn how to set up a library project, verify a library, package it, and use it. Next, set up an Angular workspace and get it to support multiple projects. From there you will learn how to use Angular CLI 6 to generate a new library project, and add custom code to a default library project, to help meet business requirements. Conclude by observing how to package a completed library project into a tarball, and use npm install, to add the package's functionality to an Angular 6 app.
9 videos | 31m has Assessment available Badge
Angular 6 Development: Reactive Programming
Reactive programming can provide a powerful framework for creating web apps, although it does require thinking differently sometimes. In this course, you will explore RxJS and how to create Reactive apps with Angular 6. See how to migrate apps to RxJS in Angular 6, and how to create observables. Use RxJS6 pipeline operators, and create custom operators. Convert observables into promises. Handle errors on the observer side. Use custom logic or automatically resubscribe to observables. Find ways to combine multiple observables and buffer them. Finally, handle nested observables with FlatMap, and accumulate emitted values with the scan function.
14 videos | 1h 5m has Assessment available Badge
Angular 6 Development: Material & Elements
Angular Material provides a set of components and themes for creating stunning web apps. Angular Elements lets you turn Angular components into web components. During this course, you will discover the basics of using Angular Material and Elements. See how to add support for Angular elements. Learn to create, use, and package components to use as custom elements. Configure an Angular app to use Angular Material via a schematic. Build an Angular Material dashboard or an Angular Material navigation app. Finally, as an exercise, you make a custom element from an Angular component.
10 videos | 35m has Assessment available Badge
Angular 6 Development: Testing & TDD
Testing in software development is crucial for success and Angular 6 provides a testing environment that makes testing easy. Discover how to use the testing environment to unit or function test your Angular 6 apps.
13 videos | 50m has Assessment available Badge
Angular 6 Development: Dependency Injection & ng-bootstrap
Dependency Injection is at the core of how Angular operates and ng-bootstrap gives us many advanced components we can work with. In this course, you can discover how Angular 6 DI works and how to use some ng-bootstrap components. Study progressive web apps and Bootstap support in Angular 6. See how to use to Typehead, Datepicker, and Timepicker directives. Learn to create classes with and without dependency injection. Find ways to register service providers via @NgModule, @Component, @Injectable, an object literal, and aliases. Create a provider that is able to inject non-class values. Finally, as an exercise, you will work with the Angular Dependency Injection Framework.
15 videos | 1h 6m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Installing & Using Angular
Configuring the environment is the first step in the Angular app development process. Learn how to install and set up the required parts for creating an Angular development environment, and create an app root module and root component.
11 videos | 25m has Assessment available Badge
Working with App Components
Once the Angular environment is configured, you can begin development. Explore how to create and use custom components as part of building a basic Angular application.
10 videos | 39m has Assessment available Badge
Template Syntax, Directives, & Pipes
Angular includes a template syntax and built-in directives and pipes that can be used when creating apps. Learn how to work with these built-in features, and how to create custom directives and pipes based on app requirements.
19 videos | 1h 8m has Assessment available Badge
Creating & Maintaining Forms
A major part of most web apps is data collection via forms and input. Discover how to create forms in Angular using both a template-driven and an alternative model-driven approach, and how to perform form validation and submission.
20 videos | 1h 10m has Assessment available Badge
Routing Basics
Angular apps are typically front-end based; therefore, client-side dominant. Explore routing basics, including how to set up client-side routes and navigation in an Angular app.
10 videos | 39m has Assessment available Badge
Route Parameters & Observables
The Angular Router enables navigation from one view to the next in an app. Discover how to work with route parameters and observables, and use HTTP requests to communicate with a server from within an Angular app.
11 videos | 1h 20m has Assessment available Badge
Using Animation
You can make your Angular app experiences richer by including animations. Examine the basics of animation and how to use animations in Angular apps.
10 videos | 32m has Assessment available Badge
Supporting Mobile Devices
Angular app experiences are made richer by ensuring that apps display and perform well on mobile devices. Discover how to install and use NativeScript to make Angular apps cross-platform.
11 videos | 41m has Assessment available Badge
Test Environment
Testing is a major part of the app development process. Discover how to set up an Angular test environment; create, execute, and debug unit tests; and test custom pipes and services.
8 videos | 20m has Assessment available Badge
Testing Angular Apps
When developing apps, testing is always an important part of the process. Discover how to create Angular testing modules and test components in your Angular apps.
12 videos | 1h 1m has Assessment available Badge
Angular Security
Securing Angular apps ensures user data and resources are safe from malicious attacks. Examine best practices for securing Angular web apps and supporting authentication via web tokens.
9 videos | 38m has Assessment available Badge
Angular CLI
The Angular command line interface (CLI) provides utilities that make working with Angular even easier. Discover how to install and use the CLI when developing Angular apps.
9 videos | 20m has Assessment available Badge
SHOW MORE
FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE COURSES

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

BOOKS INCLUDED

Book

Pro AngularJS
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, this clear and concise book details common problems and how to avoid them - and is packed with the details you need to learn to be truly effective with AngularJS.
book Duration 9h 58m book Authors By Adam Freeman

Book

Professional AngularJS
Offering a thorough and comprehensive approach to AngularJS, this book includes pointers to other advanced topics, and lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning.
book Duration 6h 27m book Authors By Diego Netto, Valeri Karpov

Book

AngularJS
Introducing AngularJS through a sample project that builds gradually, this guide will help you learn about the basic concepts that allow you to create effective applications, including modules, scopes, services, and directives
book Duration 4h 17m book Authors By Philipp Tarasiewicz, Robin Böhm

Book

Material Design Implementation with AngularJS: UI Component Framework
Including many code samples throughout, this complete guide is about building high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones.
book Duration 1h 57m book Authors By V. Keerti Kotaru
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Material Design Implementation with AngularJS: UI Component Framework
Including many code samples throughout, this complete guide is about building high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones.
book Duration 1h 57m book Authors By V. Keerti Kotaru

Book

AngularJS
Introducing AngularJS through a sample project that builds gradually, this guide will help you learn about the basic concepts that allow you to create effective applications, including modules, scopes, services, and directives
book Duration 4h 17m book Authors By Philipp Tarasiewicz, Robin Böhm

Book

Angular 4 Pocket Primer
Providing an overview of the major aspects and the source code to use the latest versions of Angular 4, this thorough book has coverage of the fundamental aspects of Angular that are illustrated via numerous code samples.
book Duration 3h 23m book Authors By Oswald Campesato

Book

Professional AngularJS
Offering a thorough and comprehensive approach to AngularJS, this book includes pointers to other advanced topics, and lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning.
book Duration 6h 27m book Authors By Diego Netto, Valeri Karpov

Book

Pro AngularJS
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, this clear and concise book details common problems and how to avoid them - and is packed with the details you need to learn to be truly effective with AngularJS.
book Duration 9h 58m book Authors By Adam Freeman
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Building Offline Applications with Angular: Develop Reliable, Performant Web Applications for Desktop and Mobile Platforms, 1st Edition
This step-by-step guide shows you how to build an Angular application that considers offline access and uses its ready-made features and configurations.
book Duration 2h 15m book Authors By Venkata Keerti Kotaru

Book

Object Oriented Programming with Angular: Build and Deploy Your Web Application Using Angular with Ease
This book will leverage on your prior programming knowledge to learn Angular. Microsoft .Net stack, C#, Windows Forms, WPF, ASP.NET have been widely used for developing desktop and web applications.
book Duration 4h 5m book Authors By Balram Morsing Chavan

Book

Pro Angular: Build Powerful and Dynamic Web Apps, Fifth Edition
Pro Angular is the most concise and comprehensive guide available, giving you the knowledge you need to take full advantage of this popular framework for building your own dynamic JavaScript applications.
book Duration 12h 4m book Authors By Adam Freeman

BOOKS INCLUDED

Book

Pro ASP.NET Core MVC, Sixth Edition
Presenting a fully worked case study of a functioning ASP.NET MVC application, this book contains detailed explanations of the new Core MVC functionality which enables developers to produce leaner, cloud optimized and mobile-ready applications for the .NET platform.
book Duration 14h 23m book Authors By Adam Freeman

Book

Practical Microsoft Visual Studio 2015
For beginning and intermediate software developers and architects, this book helps readers navigate the complexity of development options and decide which techniques and Visual Studio 2015 features to use based on the needs of their particular project.
book Duration 3h 52m book Authors By Peter Ritchie

Book

Professional ASP.NET MVC 5
Showing you step-by-step techniques on using MVC to your best advantage, with plenty of practical tutorials to illustrate the concepts, this comprehensive guide provides practical advice on basic and advanced MVC topics Covers controllers, views, models, forms, data annotations, authorization and security, Ajax, routing, ASP.NET web API, dependency injection, unit testing, real-world application, and much more.
book Duration 9h 2m book Authors By Brad Wilson, David Matson, Jon Galloway, K. Scott Allen

Book

Learn ASP.NET MVC: Be Ready For Coding Away Next Week Using ASP.NET MVC 5 and Visual Studio 2015
Packed with theory, several demonstrations, and exercises, this concise resource provides you with the tools you need to code your first ASP.NET MVC application.
book Duration 44m book Authors By Arnaud Weil

Book

Professional Visual Studio 2015
With a unique IDE-centric approach and deep dive into the software's many nooks and crannies, this book will bring you up to speed quickly on everything Visual Studio 2015 has to offer.
book Duration 17h 52m book Authors By Bruce Johnson

Book

Pro ASP.NET MVC 5, Fifth Edition
Helping you to gain a solid architectural understanding of ASP.NET MVC 5, this thorough book explores the entire ASP.NET MVC Framework as a cohesive whole, shows you what's new in version 5, and how best to apply these new features to your own work.
book Duration 12h 14m book Authors By Adam Freeman

Book

Beginning ASP.NET for Visual Studio 2015
Your complete guide to the productivity and performance enhancements in ASP.NET, this in-depth resource walks you through the details, and shows you what you need to know so you can get up and running quickly.
book Duration 12h 29m book Authors By William Penberthy

Book

Building Single Page Application Using ASP.NET Core and Angular
For students and professionals with some experience developing applications, this book will have you building a fully functional end-to-end app from scratch in no time using industry standard conventions.
book Duration 2h 30m book Authors By Rahul Sahay
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Material Design Implementation with AngularJS: UI Component Framework
Including many code samples throughout, this complete guide is about building high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones.
book Duration 1h 57m book Authors By V. Keerti Kotaru

Book

AngularJS
Introducing AngularJS through a sample project that builds gradually, this guide will help you learn about the basic concepts that allow you to create effective applications, including modules, scopes, services, and directives
book Duration 4h 17m book Authors By Philipp Tarasiewicz, Robin Böhm

Book

Pro AngularJS
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, this clear and concise book details common problems and how to avoid them - and is packed with the details you need to learn to be truly effective with AngularJS.
book Duration 9h 58m book Authors By Adam Freeman

Book

Professional AngularJS
Offering a thorough and comprehensive approach to AngularJS, this book includes pointers to other advanced topics, and lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning.
book Duration 6h 27m book Authors By Diego Netto, Valeri Karpov

Book

Full Stack AngularJS for Java Developers: Build a Full-Featured Web Application from Scratch Using AngularJS with Spring RESTful
Whether you are new to AngularJS and Spring RESTful web services, or you are a seasoned expert, this thorough book will teach you how to build a full-featured web application from scratch using AngularJS and Spring RESTful web services.
book Duration 2h 5m book Authors By Ravi Kant Soni
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Pro AngularJS
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, this clear and concise book details common problems and how to avoid them - and is packed with the details you need to learn to be truly effective with AngularJS.
book Duration 9h 58m book Authors By Adam Freeman

Book

Professional AngularJS
Offering a thorough and comprehensive approach to AngularJS, this book includes pointers to other advanced topics, and lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning.
book Duration 6h 27m book Authors By Diego Netto, Valeri Karpov

Book

Material Design Implementation with AngularJS: UI Component Framework
Including many code samples throughout, this complete guide is about building high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones.
book Duration 1h 57m book Authors By V. Keerti Kotaru

Book

AngularJS
Introducing AngularJS through a sample project that builds gradually, this guide will help you learn about the basic concepts that allow you to create effective applications, including modules, scopes, services, and directives
book Duration 4h 17m book Authors By Philipp Tarasiewicz, Robin Böhm

Book

Full Stack AngularJS for Java Developers: Build a Full-Featured Web Application from Scratch Using AngularJS with Spring RESTful
Whether you are new to AngularJS and Spring RESTful web services, or you are a seasoned expert, this thorough book will teach you how to build a full-featured web application from scratch using AngularJS and Spring RESTful web services.
book Duration 2h 5m book Authors By Ravi Kant Soni
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Professional AngularJS
Offering a thorough and comprehensive approach to AngularJS, this book includes pointers to other advanced topics, and lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning.
book Duration 6h 27m book Authors By Diego Netto, Valeri Karpov

Book

Pro AngularJS
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, this clear and concise book details common problems and how to avoid them - and is packed with the details you need to learn to be truly effective with AngularJS.
book Duration 9h 58m book Authors By Adam Freeman

Book

Angular 4 Pocket Primer
Providing an overview of the major aspects and the source code to use the latest versions of Angular 4, this thorough book has coverage of the fundamental aspects of Angular that are illustrated via numerous code samples.
book Duration 3h 23m book Authors By Oswald Campesato

Book

AngularJS
Introducing AngularJS through a sample project that builds gradually, this guide will help you learn about the basic concepts that allow you to create effective applications, including modules, scopes, services, and directives
book Duration 4h 17m book Authors By Philipp Tarasiewicz, Robin Böhm

Book

Material Design Implementation with AngularJS: UI Component Framework
Including many code samples throughout, this complete guide is about building high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones.
book Duration 1h 57m book Authors By V. Keerti Kotaru

Book

Full Stack AngularJS for Java Developers: Build a Full-Featured Web Application from Scratch Using AngularJS with Spring RESTful
Whether you are new to AngularJS and Spring RESTful web services, or you are a seasoned expert, this thorough book will teach you how to build a full-featured web application from scratch using AngularJS and Spring RESTful web services.
book Duration 2h 5m book Authors By Ravi Kant Soni
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Angular 5 Projects: Learn to Build Single Page Web Applications Using 70+ Projects
Providing a full picture of the Angular 5 ecosystem and how to work within it, this comprehensive resource contains 70+ projects and hundreds of code examples so you can get your hands dirty while learning.
book Duration 3h 52m book Authors By Mark Clow

Book

Angular Development with Typescript, Second Edition
Written in an accessible, lively style, this illuminating guide is an intermediate-level tutorial that introduces Angular and TypeScript to developers comfortable with building web applications using other frameworks and tools.
book Duration 8h 24m book Authors By Anton Moiseev, Yakov Fain

Book

Pro Angular, Second Edition
Packed with the details you need to learn to be truly effective, this no-nonsense book describes the MVC pattern and the benefits it can offer and then shows you how to use Angular in your projects, including common problems and how to avoid them.
book Duration 11h 20m book Authors By Adam Freeman

Book

Essential Angular for ASP.NET Core MVC
Written from the point of view of an ASP.NET Core MVC developer, this fast-paced, practical guide starts from the nuts and bolt and gives you the knowledge you need to combine Angular and ASP.NET Core MVC in your projects.
book Duration 4h 17m book Authors By Adam Freeman

Book

Full Stack AngularJS for Java Developers: Build a Full-Featured Web Application from Scratch Using AngularJS with Spring RESTful
Whether you are new to AngularJS and Spring RESTful web services, or you are a seasoned expert, this thorough book will teach you how to build a full-featured web application from scratch using AngularJS and Spring RESTful web services.
book Duration 2h 5m book Authors By Ravi Kant Soni
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Reactive Programming with Angular and ngrx: Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions
Featuring a core application to explore and build yourself, this book shows you how to utilize ngrx/store as a state management with Redux pattern, and how to utilize ngrx/effects to define a better and more robust application architecture.
book Duration 2h 4m book Authors By Oren Farhi

BOOKS INCLUDED

Book

Building Offline Applications with Angular: Develop Reliable, Performant Web Applications for Desktop and Mobile Platforms, 1st Edition
This step-by-step guide shows you how to build an Angular application that considers offline access and uses its ready-made features and configurations.
book Duration 2h 15m book Authors By Venkata Keerti Kotaru

Book

Object Oriented Programming with Angular: Build and Deploy Your Web Application Using Angular with Ease
This book will leverage on your prior programming knowledge to learn Angular. Microsoft .Net stack, C#, Windows Forms, WPF, ASP.NET have been widely used for developing desktop and web applications.
book Duration 4h 5m book Authors By Balram Morsing Chavan

Book

Pro Angular: Build Powerful and Dynamic Web Apps, Fifth Edition
Pro Angular is the most concise and comprehensive guide available, giving you the knowledge you need to take full advantage of this popular framework for building your own dynamic JavaScript applications.
book Duration 12h 4m book Authors By Adam Freeman

BOOKS INCLUDED

Book

Angular in Action
This book teaches you everything you need to build production-ready Angular applications.
book Duration 6h 12m book Authors By Jeremy Wilken

Book

Pro Angular 6, Third Edition
Going in-depth to give you the knowledge you need, this thorough book shows you how to use Angular in your projects, starting from the nuts and bolts and building up to the most advanced and sophisticated features.
book Duration 10h 57m book Authors By Adam Freeman

Book

Pro Angular, Second Edition
Packed with the details you need to learn to be truly effective, this no-nonsense book describes the MVC pattern and the benefits it can offer and then shows you how to use Angular in your projects, including common problems and how to avoid them.
book Duration 11h 20m book Authors By Adam Freeman

Book

Full Stack AngularJS for Java Developers: Build a Full-Featured Web Application from Scratch Using AngularJS with Spring RESTful
Whether you are new to AngularJS and Spring RESTful web services, or you are a seasoned expert, this thorough book will teach you how to build a full-featured web application from scratch using AngularJS and Spring RESTful web services.
book Duration 2h 5m book Authors By Ravi Kant Soni

Book

Angular Essentials: The Essential Guide to Learn Angular
Extremely descriptive with plenty of code examples, this book is an essential guide for every Angular developer and covers all the topics you'll need to get started.
book Duration 1h 36m book Authors By Dhananjay Kumar

Book

Angular Development with Typescript, Second Edition
Written in an accessible, lively style, this illuminating guide is an intermediate-level tutorial that introduces Angular and TypeScript to developers comfortable with building web applications using other frameworks and tools.
book Duration 8h 24m book Authors By Anton Moiseev, Yakov Fain
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Pro AngularJS
Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features, this clear and concise book details common problems and how to avoid them - and is packed with the details you need to learn to be truly effective with AngularJS.
book Duration 9h 58m book Authors By Adam Freeman

Book

Professional AngularJS
Offering a thorough and comprehensive approach to AngularJS, this book includes pointers to other advanced topics, and lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning.
book Duration 6h 27m book Authors By Diego Netto, Valeri Karpov

Book

AngularJS
Introducing AngularJS through a sample project that builds gradually, this guide will help you learn about the basic concepts that allow you to create effective applications, including modules, scopes, services, and directives
book Duration 4h 17m book Authors By Philipp Tarasiewicz, Robin Böhm

Book

Material Design Implementation with AngularJS: UI Component Framework
Including many code samples throughout, this complete guide is about building high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones.
book Duration 1h 57m book Authors By V. Keerti Kotaru

Book

Pro Angular, Second Edition
Packed with the details you need to learn to be truly effective, this no-nonsense book describes the MVC pattern and the benefits it can offer and then shows you how to use Angular in your projects, including common problems and how to avoid them.
book Duration 11h 20m book Authors By Adam Freeman

Book

Full Stack AngularJS for Java Developers: Build a Full-Featured Web Application from Scratch Using AngularJS with Spring RESTful
Whether you are new to AngularJS and Spring RESTful web services, or you are a seasoned expert, this thorough book will teach you how to build a full-featured web application from scratch using AngularJS and Spring RESTful web services.
book Duration 2h 5m book Authors By Ravi Kant Soni
SHOW MORE
FREE ACCESS

SKILL BENCHMARKS INCLUDED

Angular 11 Awareness (Entry Level)
The Angular 11 Awareness (Entry Level) benchmark measures your understanding of the features and benefits of Angular and how to create and run Angular applications and name the characteristics of package.json files and TypeScript. You will be assessed on your skills in creating classes in TypeScript, adding properties and functions to TypeScript classes, defining decorators in JavaScript, creating a simple Angular component, adding to an Angular component, and binding data with interpolation and ng-bind. Learners who score high on this benchmark demonstrate that they can recognize the Angular and TypeScript features and create a simple Angular component.
15m    |   15 questions
Angular 11 Literacy (Beginner Level)
The Angular 11 Literacy (Beginner Level) benchmark measures your knowledge of the new features of Angular 11 and the building blocks of an Angular module. You will be assessed on your skills in adding logic to components, implementing pagination and custom pipes, and building a nested component. Learners who score high on this benchmark demonstrate that they have the ability to work with Angular modules, directives, pipes, and nested components.
20m    |   20 questions
Angular 11 Competency (Intermediate Level)
The Angular 11 Competency (Intermediate Level) benchmark measures your knowledge of the RxJS library and how to work with observables. You will be assessed on your skills in creating a form, validating form input and implementing CRUD operations, and demonstrating navigation and routing in Angular. You will also be evaluated on your skills in creating and registering a service in Angular and implementing authentication and authorization, optimization, and lazy loading in Angular. Learners who score high on this benchmark demonstrate that they have the ability to work with Angular forms, implement security, and deploy Angular applications.
20m    |   20 questions

SKILL BENCHMARKS INCLUDED

Angular 11 Awareness (Entry Level)
The Angular 11 Awareness (Entry Level) benchmark measures your understanding of the features and benefits of Angular and how to create and run Angular applications and name the characteristics of package.json files and TypeScript. You will be assessed on your skills in creating classes in TypeScript, adding properties and functions to TypeScript classes, defining decorators in JavaScript, creating a simple Angular component, adding to an Angular component, and binding data with interpolation and ng-bind. Learners who score high on this benchmark demonstrate that they can recognize the Angular and TypeScript features and create a simple Angular component.
15m    |   15 questions
Angular 11 Literacy (Beginner Level)
The Angular 11 Literacy (Beginner Level) benchmark measures your knowledge of the new features of Angular 11 and the building blocks of an Angular module. You will be assessed on your skills in adding logic to components, implementing pagination and custom pipes, and building a nested component. Learners who score high on this benchmark demonstrate that they have the ability to work with Angular modules, directives, pipes, and nested components.
20m    |   20 questions
Angular 11 Competency (Intermediate Level)
The Angular 11 Competency (Intermediate Level) benchmark measures your knowledge of the RxJS library and how to work with observables. You will be assessed on your skills in creating a form, validating form input and implementing CRUD operations, and demonstrating navigation and routing in Angular. You will also be evaluated on your skills in creating and registering a service in Angular and implementing authentication and authorization, optimization, and lazy loading in Angular. Learners who score high on this benchmark demonstrate that they have the ability to work with Angular forms, implement security, and deploy Angular applications.
20m    |   20 questions

YOU MIGHT ALSO LIKE

Channel MEAN.js
Channel Apache Cordova
Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
Rating 4.8 of 15 users Rating 4.8 of 15 users (15)