Angular 2 reusable modal service
I was recently working on an Angular 2 project that required a modal to be displayed to the end user. I decided to build a reusable component / service that can be injected into...
I was recently working on an Angular 2 project that required a modal to be displayed to the end user. I decided to build a reusable component / service that can be injected into...
The following is a trimmed down example of how to get an http service up and running with Angular 2.
Over the past few years, I have worked on a few projects that require internationalization (i18n) and localization (l10n) configuration files. The best way I have found is to use the domain key approach. This allows for...
Angular’s built-in routing works wonders. you can do so by either registering the route with the hash in the URL or you can states ( html5Mode set to true ). This will leverage html5’s...
Building a website? Looking to improve your html and css skills and not look like a fool? This is my list of HTML5 & CSSs No No’s, Tips for Maintainability, Now don’t get me wrong, if...
Let’s start by drawing a mental picture of the moment we are all too familiar with. You have a great idea for a project, you know every piece of a project except for one...