Skip to content
#

angular8

Here are 1,664 public repositories matching this topic...

dmantelli
dmantelli commented Aug 16, 2019
Bug Report or Feature Request (mark with an x)
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ ] Bug report -> please search issues before submitting
- [ X ] Feature request
- [ ] Documentation issue or request

I have a PDF with bookmarks. Multiple pages have the same bookmark: For example, a book with chapters and I know the pages

ngx-smart-modal
gavmck
gavmck commented Jan 15, 2020

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[ x] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior
The modal adds a class to the body when it's open and removes it when it closes.

Expected behavior
The class sho

deepthan
deepthan commented Apr 24, 2018

webpack体系原生支持热替换功能,设置也非常简单,只须在webpack-dev-server命令下添加--hot参数:

webpack-dev-server --port=4200 --hot

加上这个hot参数会添加 HotModuleReplacementPlugin 插件到webapck配置里,并启动热替换功能。

如果你用的是 Angular-CLI 搭建,则添加 --hmr 即可开发服务器端的热替换功能:

ng serve --hmr

但是仅仅在开发服务器端开启热替换还不够,Angular 项目仍需要添加热替换处理逻辑,修改 Angular 的启动命令如下如下:

declare var module: any;
if(module.hot) { // 如果webpack启用了热替换功能
  // 接受模块更新
ngx-daterangepicker-material

Improve this page

Add a description, image, and links to the angular8 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the angular8 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.