Angular
Basics of front-end Angular development for web applications for Java developers.
What is Angular?
How Angular Differs from Traditional Websites Traditional Websites Angular Traditional Web...
Angular Architecture
An Angular Component can be thought of as part of a web page It's a combination of HTML and cod...
TypeScript
Intro to TypeScript TypeScript is a superset of JavaScript with added features Java Devs will re...
Debugging and Testing
Note for full Intellij debug compatabillity you must use Google Chrome. It's also sort of a hassl...
Building a Site
Bootstrap One of the most useful tools for front end design is Bootstrap. It can be installed wi...
Forms
So far we've only looked at static website design and reading data. Forms allow users to input da...
Connecting to a REST Endpoint
Choosing a Backend The default data format is JSON, which can be used with pretty much any backe...
Securing an Angular Application
Security is constantly evolving. You'll need to do your own research on the specific vulnerabilit...