Daniele Ghidoli Daniele Ghidoli
  • Home
  • About me
  • My Nomad Life
  • Angular 2 internationalization explained: i18n + Angular CLI + AOT
    Jan 15, 2017 · i18n

    Angular 2 internationalization explained: i18n + Angular CLI + AOT

    Deploying an i18n Angular 2 app is challenging due to poor documentation and ongoing development, but after weeks of effort, I managed to make it work—and so can you.

    • angular-cli
    • aot
  • Testing an Angular Component with Mock Services
    Nov 6, 2016 · testing

    Testing an Angular Component with Mock Services

    When testing a component with service dependencies, it's best to mock the services to isolate the component and avoid issues, especially with server interactions. This article explores two methods for mocking services.

    • mock
    • observable
    • spyon
  • Combining multiple Http streams with RxJS Observables in Angular
    Oct 22, 2016 · RxJS

    Combining multiple Http streams with RxJS Observables in Angular

    RxJS Observables in Angular are more flexible than old Promises, though seemingly more complex, allowing us to combine and chain multiple HTTP streams to get the desired data.

    • http
    • observable

Newer posts

Older posts
©Daniele Ghidoli · All rights reserved.