Tag: Angular

  • Angular CLI serve and base href

    Several months have passed since Angular 2 was released. Then came Angular CLI promising easier scaffolding and better integration. It’s still in beta and as expected there are things to improve. One thing that confused me was ng serve and the lack of <base href> support. It’s easy when using ng build with the -bh…

  • Applying CSS Styles Before Printing with AngularJS

    In a world full of fancy shining jQuery plugins one can’t simply print. Often you’ll be using a grid JavaScript plugin or another heavy visualization component. One of the pitfalls you might experience with those components is that they don’t look nice when you try to print them. Sometimes this can’t be solved by with…