Skip to content

tferi99/angular-lib-test

Repository files navigation

angular-lib-test-root

To test how you can develop Angular library and application.

Project structure

  • ROOT: project only to provide Angular CLI
    • monorepo-client1-and-lib: tsconfig paths (generated by Angular) relative from the same project
    • multirepo-client2: tsconfig paths relative from external project
    • multirepo-client3: 'npm link' + tsconfig paths to local node_modules
    • multirepo-client4: tsconfig paths relative from external project to library sources

NOTE: If you want to use Angular CLI call 'npm i' in the root folder to download it.

Check CLI version with: ng version

Then you can create Angular application with: ng new <app-name>

Monorepo

  • go to monorepo
  • npm i
  • ng build my-lib-mono --watch
  • ng serve

Multirepo

  • go to multirepo
  • ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published