Questions tagged «angular»

有关Angular(不要与AngularJS混淆)的问题,它是Google的网络框架。将此标签用于并非特定于单个版本的角度问题。对于较旧的AngularJS(1.x)Web框架,请使用angularjs标记。

2
如何强制开发人员使用方括号而不是大括号?
我想在应用程序中强制开发人员使用,[]而不是{{}}在元素属性中使用。 例如,此代码应导致错误(在build / serve / lint时间内): <mycomponent id="{{i}}"> 当前代码是 <mycomponent [id]="i"> 我该怎么做?
9 angular 

3
如何解决这些漏洞?(npm审核修复程序无法修复这些漏洞)
我的项目有6个严重漏洞,我不知道如何解决。npm审核修复失败。请帮助我解决此问题。 我正在将https://www.npmjs.com/package/toastr安装到我的项目中,并且在安装后显示了漏洞。我不知道有什么联系。=== npm审核安全报告=== Manual Review Some vulnerabilities require your attention to resolve Visit https://go.npm.me/audit-guide for additional guidance High Machine-In-The-Middle Package https-proxy-agent Patched in >=3.0.0 Dependency of @angular/cli [dev] Path @angular/cli > @schematics/update > pacote > make-fetch-happen > https-proxy-agent More info https://npmjs.com/advisories/1184 High Machine-In-The-Middle Package https-proxy-agent Patched in >=3.0.0 Dependency of …
9 angular  npm 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.