-
配置开启strictStyleIsolation后,导致加载的angular子应用的原有样式丢失,请教这个配置对angular子应用无效不能使用吗?还是需要有其他补充配置?
start({
sandbox:{
strictStyleIsolation:true
}
});
复现方式直接官网例子的start方法加上此配置,访问angular9子应用即可
-
The generated code is not compatible with angular10:
```
ERROR in target/generated-sources/openapi/api.module.ts:19:71 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).…
-
请问有以angular框架为父子应用的demo吗?对于angular的版本有要求吗?谢谢
-
using angular9
other versions are:
"google-libphonenumber": "^3.2.22",
"intl-tel-input": "^17.0.3",
"ngx-intl-tel-input": "^3.1.1",
"ngx-bootstrap": "^6.2.0"
followed codes written in stackb…
-
### Reproduction link
[]
### Steps to reproduce
angular9升级到12,然后升级ng-zorro-antd到12,ng build编译APP
./themes/default/index.less - Error: Module build failed (from ./node_modules/mini-css-extract-pl…
-
Hi,
I have tried to set a custom moment formats in my app.module.ts but it does not work.
Can someone provide a working example(maybe in a plunker) of OWL_DATE_TIME_FORMATS for Angular9?
Thanks
-
**Is your feature request related to a problem? Please describe.**
Yes. The current version does NOT supports Ivy/angular 9
**Describe the solution you'd like**
Support for angular 9
Angular 9 …
-
**Component**
* Rule Engine
**Description**
Hello, I know this might be an easy question. But I have many rules running on my Rule engine, and I wanna be able to trigger an alarm if any sc…
-
## What happens?
### 已成功应用qiankun于项目。准备研究下源码。在package.json\>script中未发现dev脚本的存在. build生成esm在example中引用。所以调试qiankun源码每次都得打包一次嘛?
```js
"scripts": {
"examples:install": "npm-run-all --serial…
-
### Which @angular/* package(s) are the source of the bug?
platform-browser
### Is this a regression?
No
### Description
I am trying to use a component from an angular library (SharedModule) and …