Monthly Archive:: September 2017
Using angular cli commands you can easily scaffold and build the angular application. Here I list and discuss the commands available in angular cli. As you know Angular development approach changes and the architecture got numerous improvements after the latest release. Along with that the angular/cli also upgrade to support
Understanding webpack configuration with example codes is much easier than a detailed paragraph. Recently Angular [Latest version] also use webpack for bundle the application. You can use webpack with any of the latest Javascript libraries like react to bundle the application. Here I add webpack configuration file and explain the concept and configuration