腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
Angular
11
-
无法
绑定
到
边界
,
因为
它
不是
div
的
已知
属性
、
<
div
stickyThing [spacer]="spacer" [boundary]="boundary" [enable]="true"> 它将
div
定义为stickyThing,我假设这将在
div
中添加一个名为间隔和
边界
的
属性
。但我得到了‘
无法
绑定
到
边界
,
因为
它
不是
div
的<
浏览 9
提问于2021-08-19
得票数 0
回答已采纳
1
回答
无法
绑定
到
“for”,
因为
它
不是
已知
的
本机
属性
angular
2
当我在标签标签中设置for
属性
的
值时,出现了问题。
angular
抛出了错误:标签未处理
的
Promise rejection:模板解析错误:
无法
绑定
到
‘’,
因为
它
不是
'label
浏览 5
提问于2016-02-06
得票数 24
回答已采纳
1
回答
无法
绑定
到
'spiedTags‘,
因为
它
不是
'
div
’
angular
-scroll-spy
的
已知
属性
、
、
实现‘
angular
-scroll spy’时出错!
div
:
无法
绑定
到
“spiedTags”,
因为
它
不是
“
div
”
的
已知
属性
。这是.html文件 <
div
*ngIf="candidate_output; else contentLoading;" id="parentDiv" scrollSpy [spiedTags]="
浏览 20
提问于2020-08-30
得票数 0
回答已采纳
1
回答
无法
绑定
到
'matDatepicker‘,
因为
它
不是
'
div
’
的
已知
属性
-
Angular
、
、
我正在尝试显示datepicker,而
不是
输入元素,我使用了
div
标记,
因为
我只需要将所选日期显示为标签。下面是我
的
代码。 <!mat-datepicker>app.module.ts import { MatDatepickerModule } from '@
angular
/material/
浏览 10
提问于2020-05-24
得票数 2
1
回答
Angular
11
-
无法
绑定
到
'ngForOf‘,
因为
它
不是
'li’
的
已知
属性
我有一个
angular
11
应用程序,在默认
的
应用程序模块中有一个名为admin-layout
的
模块。这是我
的
app.module.ts import { BrowserAnimationsModule } from "@
angular
/platform-browser/animations"; <
div
class="modal-body"> <<e
浏览 28
提问于2020-12-22
得票数 0
回答已采纳
3
回答
无法
绑定
到
'formGroup‘,
因为
它
不是
Angular
11
中'form’
的
已知
属性
、
我正在尝试在我
的
angular
11
应用程序中实现
angular
reactive表单,但目前收到
的
错误不能
绑定
到
'formGroup‘,
因为
它
不是
我
的
html中'form’
的
已知
属性
浏览 0
提问于2021-05-06
得票数 0
3
回答
Angular
11
错误:
无法
绑定
到
'ngForOf‘,
因为
它
不是
'tr’
的
已知
属性
、
、
、
、
我有相同
的
页面,
它
工作得很好,但我不知道为什么这个不工作。看起来错误是在数组填充之前发生
的
。为什么?在我
的
另一个页面上,它是相同
的
服务,并且工作正常。谢谢你
的
帮助。
浏览 0
提问于2020-12-23
得票数 1
1
回答
Angular
9.0.5不能
绑定
ngIf和ngFor
我已经导入了CommonModule和BrowserModule,在我
的
一个组件中
它
工作得很好,但当我试图在其他组件视图中执行*ngIf时,它不工作,谷歌控制台显示此警告core.js:8046
无法
绑定
到
'ngIf‘,
因为
它
不是
'
div
’
的
已知
属性
(
因为
在
div
中我使用了*ngIf)。我假设这是
angular
版本,但我还没有
浏览 0
提问于2020-06-09
得票数 0
1
回答
如何从20.1.0版升级
到
24.1.0版?
、
、
、
、
也就是说,我面临以下几个错误,但是当我试图从AgGrid文档中查找时,这些
属性
是找不到
的
.他们甚至在变更日志中都没有提到.错误:不能
绑定
到
'enableSorting‘,
因为
它
不是
一个
已知
的</e
浏览 3
提问于2021-03-18
得票数 2
回答已采纳
1
回答
如何在
angular
5中使用
angular
/forms?
、
、
、
、
我正在使用
angular
5,现在我需要一个表单用于用户
的
登录。下面是我
的
一些代码:import { BrowserModule } from '@
angular
/platform-browser'; </
div
> <
div
> <inpu
浏览 3
提问于2018-04-05
得票数 0
3
回答
角4不能
绑定
到
“formGroup”,
因为
它
不是
“form”
的
已知
属性
、
、
、
我在使用角4方面是新
的
,我试着在角4中练习模型驱动
的
形式,但是
它
一直存在这个错误。 模板解析错误:
无法
绑定
到
“formGroup”,
因为
它
不是
“form”
的
已知
属性
。(“]formGroup = "form”(ngSubmit)="onSubmit(form.value)"> ):formGroup错误:模板解析错误:
无法
绑定
浏览 4
提问于2017-09-15
得票数 8
回答已采纳
1
回答
将数据从组件传递
到
指令
、
、
、
我有以下指令代码:import {Game} from "..Component({ styleUrls:["tea
浏览 1
提问于2018-02-28
得票数 0
1
回答
绑定
到
Angular
11
上
的
'formGroup‘时出现问题
、
、
、
我正在开发一个用于家庭作业
的
Angular
11
项目,并尝试使用一些引导程序通过一个表单将数据保存到我
的
Cloud Firestore,但当我启动该应用程序时,它会显示以下内容: 错误表单:
无法
绑定
到
'formGroup‘,
因为
它
不是
’NG8002‘
的
已知
属性
。
浏览 50
提问于2021-02-21
得票数 0
回答已采纳
1
回答
无法
绑定
到
'routerDirection‘,
因为
它
不是
'
div
’
的
已知
属性
、
、
我使用ionic 4创建了应用程序,并将routerDirection添加到我
的
目录中 <p class="fingerprint-btn-text" translate>SIGN_IN_USING_FINGERPRINT</p> </
div</em
浏览 0
提问于2018-12-11
得票数 0
4
回答
无法
绑定
到
'uploader‘,
因为
它
不是
'
div
’
的
已知
属性
、
我正在尝试使用this库上传
angular
2 CR5 typescript中
的
文件。我正在使用
angular
"version": "1.0.0-beta.16" 所以,首先我 npm i ng2-file-upload --save 在我拥有的组件中: import { Component} from '@
angular
/core';
浏览 32
提问于2017-02-03
得票数 2
回答已采纳
2
回答
无法
绑定
到
'startingCategory‘,
因为
它
不是
'
div
’
的
已知
属性
、
、
我被
Angular
6代码卡住了,告诉我“
无法
绑定
到
'startingCategory‘,
因为
它
不是
’
div
‘
的
已知
属性
。”我对
Angular
还是个新手,所以请多多关照:) 我正在尝试从我
的
typescript中读取
属性
,并将它们显示为
div
中
的
属性
。/document.component.
浏览 24
提问于2019-01-18
得票数 1
回答已采纳
3
回答
无法
绑定
到
'stackConfig‘,
因为
它
不是
'
div
’
的
已知
属性
。(“
、
Promise rejection: Template parse errors: Can't bind to 'stackConfig' since it isn't a known property of '
div
浏览 0
提问于2017-04-01
得票数 1
3
回答
无法
绑定
到
'ngIf‘,
因为
它
不是
'
div
’
的
已知
属性
不能
绑定
到
'ngIf‘,
因为
它
不是
'
div
’
的
已知
属性
。 import SessionService from '../session/session.service'; pr
浏览 63
提问于2016-08-21
得票数 352
回答已采纳
2
回答
如何在
angular
中
绑定
ngSwitch标签中
的
div
大小写?
、
、
这是我试图运行
的
代码: <span *ngSwitchDefault>(Normal Start)</span>但它显示
的
错误
浏览 21
提问于2021-02-22
得票数 0
1
回答
无法
绑定
到
'useStickyClasses‘,
因为
它
不是
'
div
’
的
已知
属性
、
、
我正在使用ngx-stickybits (在npm安装ngx-stickybits --保存之后),我在我
的
"SharedModule“中导入了StickybitsModule。在一些组件(属于导入共享模块
的
模块)中,我写道- <
div
stickybits [useStickyClasses]="true" [stickToBottom]="false" [stickyOffset]="0" [stuckClass]="is-stuck">
浏览 6
提问于2019-07-18
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
MVVM双向绑定全量版整理
用AngularJS来实现异步数据的购物车功能设计
从React切换到Vue.js
JavaScript 框架大战已结束,赢家只有一个
Angular开发实践(八):使用ng-content进行组件内容投射
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券