Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.33 KB

File metadata and controls

65 lines (43 loc) · 1.33 KB

[TITLE HERE]

Links to issue

*Github

Expected Behavior

consumer should recongize the changes in the lib and reload

Current Behavior

consumer does not recognize the changes in the lib and reload

Possible Solution

Simplyfy change detection logic with libraries

Steps to Reproduce

  1. Create consumer
  2. create lib
  1. ng build --watch
  2. npm link
  1. npm link my-lib
  2. npm run start
  3. make changes in lib
  4. consumer does not recognize the changes in the lib and reload

Environment

Angular CLI: 17.2.0 Node: 20.11.0 Package Manager: npm 10.2.4 OS: win32 x64

Angular: 17.2.1 ... animations, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router

Package Version

@angular-devkit/architect 0.1702.0 @angular-devkit/build-angular 17.2.0 @angular-devkit/core 17.2.0 @angular-devkit/schematics 17.2.0 @angular/cli 17.2.0 @schematics/angular 17.2.0 rxjs 7.8.1 typescript 5.3.3 zone.js 0.14.4

Files

Detailed Description

Possible Implementation

Additional Issues