angular8
Here are 1,664 public repositories matching this topic...
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&inside the first option
-
Updated
Jul 2, 2020 - TypeScript
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
Describe the Bug
I'm having problems with the global mocks configured, I would like to disable them. Could be posible to provide an option in angular.json to disable it?
Minimal Reproduction
I think it isn't needed
Expected Behavior
And option to disable the [mocks ap
-
Updated
Jul 9, 2020 - TypeScript
Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
OS and Version?
Windows 10
Ver
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Sep 16, 2019 - TypeScript
-
Updated
Jul 10, 2020 - TypeScript
As I read the front page, it look like angular 6 is the exception to installing . Is there a special version on monaco for each version or angular, or one version that works everywhere but a special one for angular 6.
Let me know and I will gladly change the readme and submit a PR
-
Updated
May 24, 2020 - TypeScript
-
Updated
Jun 29, 2020 - TypeScript
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
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启用了热替换功能
// 接受模块更新
-
Updated
Jun 6, 2020 - TypeScript
Provide a Helm Chart
Helm chart with an optional development postgres DB included.
Theme fonts
Hi
I noticed that some components do not inherit the font from the page body.
Also some components use different fonts even from each other.
Could you consider making components inherit the body font by default, or maybe even including a font selection as part of the theme.
Thank you
Walter
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Jun 7, 2020 - TypeScript
Hello all
I really like this datepicker but I got stucked when I added moment.js to my project and saw how it increased my bundle. I tried to use moment-mini but build was no success. so unfortunately I can't use it for production - the bundle is very huge (just look at webpack bundle analyzer)
I found some articles abou
-
Updated
Jul 9, 2020 - HTML
Example how to use
Can you give me some examples of how to use this in an ongoing project? I do not understand the documentation on how to use the component, is there any demo project?
Improve this page
Add a description, image, and links to the angular8 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angular8 topic, visit your repo's landing page and select "manage topics."
Issue type
I'm submitting a ... (check one with "x")
Issue description