Sébastien Lucas / Dev wiki
Ctrlk
  • Blog Wiki
  • Story book
  • Developers comics
  • Angular
    • Angular CLI + Angular.json
    • ngTemplateOutlet
    • Angular Schematic
    • Interceptor
    • Micro frontend + Mono repo
    • Build a library module
    • Error handling
    • Virtual and infinite scroll
    • Angular i18n
    • Debug Angular
    • Angular LifeCycle Hook
    • Nested forms in Angular
    • Angular Recipes
    • Master component in Angular
    • Perfomance optimization
    • Service Workers + PWA
    • Mobile
    • Electron app / Desktop app
    • Unit test & Angular
    • Communication between components
    • Angular snippet library
    • Release and version management
    • Angular tutorial selection
    • UI components libraries
    • Angular libraries
    • Angular Tutorials
    • NGRX
    • Angular 2/Angular 1 differences
  • Graphql
  • Three.js
  • Ag grid
  • Open source BIM and 3D
  • Javascript
  • RXJS
  • NODE.js
  • Gatsby / React
  • Ghost blog
  • Services for developers
  • MISC
  • AI
  • Typescript
  • Docker
  • Mongodb
  • Devops
  • Developers ressources
  • Tooling
  • HTML / CSS
  • Tests
  • REVIT & AEC tools
  • Git
  • Design Pattern
  • Job board / Remote jobs
  • SVG
  • JSON
  • Github
  • NPM
  • Yarn
Powered by GitBook
On this page

Was this helpful?

  1. Angular

Micro frontend + Mono repo

  • https://nx.dev/angular/getting-started/why-nx

  • https://medium.com/@angularlicious/lazy-load-angular-library-micro-applications-648c947821c3

  • https://blog.nrwl.io/why-you-should-switch-from-lerna-to-nx-463bcaf6821

  • https://octoperf.com/blog/2019/08/22/kraken-angular-workspace-multi-application-project

  • Deploying a nx workspace to heroku https://medium.com/@andrew.ray.gilbert/deploy-an-nx-workspace-to-heroku-c0b8ba0e6fe9

  • https://itnext.io/how-to-deploy-angular-app-in-production-cpas-2-affb711d18fc 2 cases one with heroku, one with a VPS and nginx

  • Do a shared library of assets if a monorepo

  • Install nebular in a nx workspace

Nebular - Customizable Angular UI Library, Auth and Securityakveo.github.io

nx add --project my-project @nebular/theme

  • An example guide on how to setup an angular app with nx

LogoIntroduction | Enterprise Angular Applications with NgRx and Nxduncanhunter.gitbook.io
https://indepth.dev/code-sharing-made-easy-in-a-full-stack-app-with-nx-angular-and-nestjsindepth.dev

PreviousInterceptorNextBuild a library module

Last updated 5 years ago

Was this helpful?