Angular Days 2017, 21. März 2017, 09:00–12:30 Uhr, Holiday Inn München-Unterhaching.
Christian Liebel, Software Architect, Thinktecture AG, Karlsruhe.
Due to the expected number of participants, we will not be able to have a “hands-on” workshop. However, if you like, you can follow these instructions.
- Node.js 6.10.0 LTS or higher
- Git (recommended)
- Editor of your choice (WebStorm, Visual Studio Code, …)
- Laptop
As Hotel WiFis tend to be unreliable, I kindly ask you to install the required third-party packages at home or any place with a stable internet connection. On your command line, please run:
npm uninstall -g angular-cli @angular/cli
npm cache clear
npm install -g @angular/cli@1.0.0-rc.2
Yes, that’s latest and greatest software. The speaker’s got a nerve!
Next, navigate to a folder of your choice and execute:
git clone https://github.com/thinktecture/angulardays-2017-spring-advanced-ng.git
cd angulardays-2017-spring-advanced-ng
npm install # or yarn (if installed)
Or, if you prefer SSH, use this checkout URL: git@github.com:thinktecture/angulardays-2017-spring-advanced-ng.git
That’s all for now! See you on Tuesday. If you have any questions in the meantime, feel free to drop me a Tweet.