warning: LF will be replaced by CRLF in
原因是存在符号转义问题\
windows中的换行符为 CRLF, 而在linux下的换行符为LF,所以在执行add . 时出现提示,解决办法:\
git config --global core.autocrlf false\
\
2.
core.js:643 Uncaught Error: Angular JIT compilation failed: '@angular/compiler' not loaded!
- JIT compilation is discouraged for production use-cases! Consider AOT mode instead.
- Did you bootstrap using '@angular/platform-browser-dynamic' or '@angular/platform-server'?
- Alternatively provide the compiler with 'import "@angular/compiler";' before bootstrapping.
at getCompilerFacade (core.js:643)
解决方法相关连接
stackoverflow.com/questions/6…
\
This likely means that the library (ngx-image-gallery) which declares NgxImageGalleryModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
某些库的版本问题,有时下载最新库,或者去找相应版本的库
\
\
3.在整体页面跑通后,检查各个界面功能,发现有些模块样式错乱
用直接用nz-col的在11中显示出现了问题,需要在外面包上nz-row ,规范的写法下才能显示正常
\
nz-form-explain 在 NG-ZORRO 9.x+已经被移除