Snel navigeren naar:

  • Inhoud
  • Voordelen
  • Specificaties
  • Reviews
  • More information
  • FAQ

Productinformatie

In deze AngularJS cursus maakt u uitgebreid kennis met de mogelijkheden van AngularJS. Zo leert u te werken met data in AngularJS, leert u security overwegingen te maken, TypeScript gebruiken om AngularJS applicaties te ontwikkelen en de AngularUI.

Onderwerpen die onder andere aan bod komen zijn offline.js, HTML5, IndexedDB, DOM, Cross-Site Scripting, CSRF attack, TypeScript, AngularUI, UI-Router en nog veel meer.

Inhoud van de training

Advanced AngularJS

14 uur

Working with Data in AngularJS

  • start the course
  • describe how to detect network status changes in an AngularJS application
  • install the offline.js library in an AngularJS application
  • use the offline.js library to detect when the network changes from an AngularJS application
  • use the offline.js simulator to test how an AngularJS responds to network changes
  • describe the different options for caching AngularJS applications
  • create an HTML5 AppCache manifest file
  • configure an HTML5 AppCache manifest to always load certain resources from the network
  • configure fallbacks in the HTML5 AppCache manifest that can be used when specific paths are unavailable
  • reliably update files identified in the AppCache manifest
  • install angular-cache and use it to create a new cache
  • store data and retrieve stored data from an angular-cache cache
  • remove data from an angular-cache cache
  • use an angular-cache cache in conjunction with the $HTTP service
  • describe the different options for persisting AngularJS data in the client
  • detect whether a client browser supports IndexedDB
  • store AngularJS data in a client browser using local storage
  • retrieve local storage data in an AngularJS application
  • store AngularJS data in a client browser using IndexedDB
  • retrieve IndexedDB stored data in an AngularJS application
  • recognize how to work with data models in AngularJS using js-data-angular
  • install and configure the js-data-angular script file into an AngularJS application
  • use the DSHttpAdapter to access data
  • use the DSLocalStorageAdapter to access data
  • create AngularJS applications that can work with offline data

AngularJS Security Considerations

  • start the course
  • describe what are bearer tokens and how to use them for authentication in an AngularJS app
  • receive and store bearer token in the DOM
  • send a bearer token to be used for authenticating requests generated by an AngularJS application
  • use cookies to persist identity through page reloads
  • use HTML5 storage to persist identity through page reloads, and recognize the benefits of this approach as opposed to a cookie-based approach
  • describe the roles of AngularJS, a client-side framework, and a server in authorizing requests
  • recognize how assuming AngularJS can implement real authorization leaves an application vulnerable to attack
  • recognize what obfuscation means and where it comes into play in a security context
  • use Uglify.js to minify and compress an AngularJS application
  • use tools to reverse the effects of minification of an AngularJS application
  • recognize what a Cross-Site Scripting or XSS attack may look like and how AngularJS protects against these
  • distinguish between secure and insecure cookies and recognize why an AngularJS application that uses cookies for identity persistence should have this cookie secure
  • recognize what a Cross-Site Request Forgery or CSRF attack looks like and how AngularJS may be vulnerable
  • recognize how implementing Anti-Forgery Tokens can protect against Cross-Site Request Forgery or CSRF attacks
  • use ngSanitize in AngularJS to allow whitelisted HTML to be rendered
  • disable string contextual escaping in AngularJS to allow a script to be executable
  • use bearer tokens to authenticate AngularJS requests with the server

AngularJS and TypeScript

  • start the course
  • describe the TypeScript language and its purpose
  • set up Visual Studio 2013 to provide maximum TypeScript development support
  • differentiate between normal JavaScript functions and TypeScript functions and identify integrated development environment or IDE errors when incorrectly defining TypeScript functions
  • define TypeScript classes for use
  • define TypeScript interfaces for use
  • install AngularJS dependencies for working with TypeScript and link to script files in index.html
  • add reference information to TypeScript files to identify declaration files to be used
  • define a TypeScript module in app.ts and define an AngularJS app module within it
  • use a TypeScript class to provide configuration for an AngularJS app
  • use TypeScript to add a run block to an AngularJS app
  • use TypeScript to add values to an AngularJS app
  • use TypeScript to add constants to an AngularJS app
  • extend the ng.IScope interface to add custom scope properties
  • create and use a TypeScript class that represents an AngularJS controller
  • create AngularJS services using TypeScript
  • create AngularJS factories using TypeScript
  • create AngularJS providers using TypeScript
  • create AngularJS directives using TypeScript
  • configure routes in an AngularJS app using TypeScript
  • request remote resources using AngularJS and TypeScript
  • install dependencies for writing Jasmine tests using TypeScript
  • set up the Karma test runner for running tests
  • create and execute unit tests in an AngularJS application built using TypeScript
  • create AngularJS applications using TypeScript

AngularUI Companion Frameworks

  • start the course
  • add AngularUI Accordion and Carousel objects to AngularJS apps
  • add AngularUI alerts and button objects to AngularJS apps
  • add AngularUI DatePicker and TimePicker objects to AngularJS apps
  • add AngularUI modal and popover objects to AngularJS apps
  • add AngularUI pagination to AngularJS apps
  • add AngularUI progressbar and rating objects to AngularJS apps
  • add AngularUI tabs and tooltip objects to AngularJS apps
  • use AngularUI typeahead features in an AngularJS app
  • use ng-grid to display data in a grid format in AngularJS
  • use specific display names for grid columns
  • rearrange grid data by groups in an AngularJS app
  • specify templates to be used for grid cells
  • specify templates to be used for grid rows
  • specify themes that can be used to alter grid display in AngularJS apps
  • create a grid that can page through data supplied from a server-side data source
  • create a master/detail layout in an AngularJS app
  • configure a grid to have selectable cells
  • configure a grid to have editable cells once selected
  • configure a grid to have selectable rows
  • configure a grid to support column pinning
  • rename third-party directives in AngularJS apps
  • add a customizable select box functionality in AngularJS apps
  • describe AngularJS UI-Router and how it functions as an alternative to ngRoute in AngularJS apps
  • install UI-Router and configure an AngularJS app with a ui-view div and ui-sref links
  • configure an AngularJS application with states
  • use nested views in an AngularJS app
  • use multiple views in an AngularJS app
  • create an AngularJS app that routes using UI-Router

AngularUI Utilities and Modules

  • start the course
  • format strings by substituting tokens
  • convert strings to alternative formats
  • mask inputs with custom masks
  • use an icon or link that can empty an input element
  • add multiple upload functionalities to an AngularJS app
  • create and use custom validation expressions
  • highlight block text in an AngularJS app
  • toggle an indeterminate property of a checkbox
  • create and configure unlimited length scrolling lists
  • fix elements to the page at specific points
  • utilize extra control over how items are hidden and displayed in an AngularJS app
  • include fragments in an AngularJS app
  • bind callbacks to events not natively supported by AngularJS
  • call jQuery functions and plugins directly from AngularJS
  • bind events to specific key presses in an AngularJS app
  • detect and take action when specific routes are matched
  • remove duplicates from an array of items
  • add drag and drop sortable lists to an AngularJS app
  • add a CodeMirror editor in an AngularJS app
  • add an Ace editor in an AngularJS app
  • add a TinyMCE editor in an AngularJS app
  • add a FullCalendar component in an AngularJS app
  • implement elements from AngularUI in an AngularJS app

Kenmerken

Engels (US)
14 uur
AngularJS
90 dagen online toegang
HBO

Meer informatie

Extra product informatie 0
Doelgroep Softwareontwikkelaar, Webontwikkelaar
Voorkennis

U bent bekend met het ontwikkelen in HTML, ASP.NET en JavaScript.

resultaat

Na het volgen van deze training bent u bekend met de geavanceerde mogelijkheden die AngularJS te bieden heeft.

Positieve reacties van cursisten

Ontwikkel je tot data analist

Service is echt heel goed. Snel, klantvriendelijk, weten waar ze over praten en denken met je mee met oplossingen. Daarnaast hebben ze ook een goed leerplatform om je studie te volgen en na elke module een korte toets om te zien hoeveel je ervan heb begrepen en je kan de status zien hoeveel tijd je hebt besteed aan je studie. Ik waardeer ze enorm en ik raad elke ICT'er aan om met hen in zee te gaan om je studie te volgen.

- Emilio Jones

Training: Introduction to SQL

Eén training geprobeerd en deze naar tevredenheid gevolgd. Een module werkte in eerste instantie niet, maar na contact opgenomen te hebben met klantenservice kreeg ik snel antwoord met een oplossing.

- Lars van der Spek

Training: Certified Ethical Hacker (CEHv12) - incl. examen

Eerste keer dat ik een online training heb gedaan en zou zo weer een training volgen via icttraningen.nl

- Jerry Jialal

Training: Microsoft Managing Modern Desktops (exam MD-101)

Het resultaat van de groep is absoluut bevredigend. Ik ga in ieder geval geen ander meer bellen.

- Antoine Evertze, Sales Engineer bij Chubb

Training: PRINCE2® 6e editie Foundation- incl. examen

Als er wat is staan ze altijd voor me klaar. Ik word meteen geholpen als ik bel.

- E. Zeijlmans, P&O adviseur bij Parnassia Groep

Training: ITIL® 4 Foundation - incl. examen

Wij zijn gebaat bij mensen die bijblijven in hun vakgebied en continu getriggerd worden.

- W. van Uijthoven, IT manager bij gemeente Arnhem

Training: Excel 2013 Compleet

Ik heb al eens eerder een training gehad via icttrainingen.nl en dat was een erg leerzame, leuke ervaring. Nu heb ik via het werk een online cursus en deze lijkt tot nu toe ook erg leerzaam.

- Michelle Brierley

Hoe gaat het te werk?

1

Training bestellen

Nadat je de training hebt besteld krijg je bevestiging per e-mail.

2

Toegang leerplatform

In de e-mail staat een link waarmee je toegang krijgt tot ons leerplatform.

3

Direct beginnen

Je kunt direct van start. Studeer vanaf nu waar en wanneer jij wilt.

4

Training afronden

Rond de training succesvol af en ontvang van ons een certificaat!

Veelgestelde vragen

Veelgestelde vragen

Op welke manieren kan ik betalen?

Je kunt bij ons betalen met iDEAL, PayPal, Creditcard, Bancontact en op factuur. Betaal je op factuur, dan kun je met de training starten zodra de betaling binnen is.

Hoe lang heb ik toegang tot de training?

Dit verschilt per training, maar meestal 180 dagen. Je kunt dit vinden onder het kopje ‘Kenmerken’.

Waar kan ik terecht als ik vragen heb?

Je kunt onze Learning & Development collega’s tijdens kantoortijden altijd bereiken via support@icttrainingen.nl of telefonisch via 026-8402941.

Background Frame
Background Frame

Onbeperkt leren

Met ons Unlimited concept kun je onbeperkt gebruikmaken van de trainingen op de website voor een vast bedrag per maand.

Bekijk de voordelen

Heb je nog twijfels?

Of gewoon een vraag over de training? Blijf er vooral niet mee zitten. We helpen je graag verder. Daar zijn we voor!

Contactopties