Workshop - Angular fundamentals 2


Details
General info
Angular Finland is now organizing its first workshops. Topic of this workshop is second part of Angular fundamentals (see first part here (https://www.meetup.com/Angular-Finland/events/237803207/)). Mainly: routing, form handling and pipes with some unit testing. Feel free to join us in case you missed the first workshop, if you have basic understanding of Angular components. This workshop will be hands-on, so please bring your laptop with you! Please also see the prerequisites below.
There will be food and beverages served.
The meetup is sponsored and hosted by Vilkas (http://www.vilkas.fi) Trainers: Roope Hakulinen (Gofore), Rudolf Poels (Netum), Jermu Mäki (Netum).
Schedule
17:00 Doors open
17:30 Opening words, Roope Hakulinen, Gofore Oy
17:35 Welcoming notes, Vilkas
17:45 Workshop starts
18:30 Food
19:00 Workshop continues
21:00 Workshop ends
Prerequisites
Basic knowledge of some common programming language (JavaScript preferably) and web development required. You should also know how the Angular components are used to build user interfaces as that was covered in first workshop. Please bring your own computer with installation of Node.js v6.9.x or newer (v7 okay) in it. This is easy to check in command line:
node -v
v6.9.5
Once you have the Node installed, please download the repository
You can do this with Git or via .zip download. With git you can use:
git clone https://github.com/hollannikas/angular-workshop
or download as .zip from this URL: https://github.com/hollannikas/angular-workshop/archive/master.zip
Once downloaded unzip the archive and go inside the folder in command line and run
npm install
to install all dependencies (will take a while) and you are good to go.
If you are facing problems, please mention upon arrival so we can help you solve those to get started!

Workshop - Angular fundamentals 2