腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
如何在angular 8中为
viewchild
减少线条?
、
、
、
app.component.ts: @
ViewChild
('pRef') pRef: ElementRef;@
ViewChild
('pR') pR: ElementRef;@
ViewChild
('main') main: ElementRef; @
ViewChi
浏览 27
提问于2020-01-31
得票数 0
3
回答
如何使用显示触发模式
、
、
但是它总是触发myModal1@
ViewChild
(ModalDirective) myModal1: ModalDirective; @
ViewChild
(ModalDirective
浏览 1
提问于2018-05-17
得票数 0
回答已采纳
1
回答
无法通过Angular2-RC4中的View子访问导入组件
、
、
PaymentDetailsPage,AddressPage,IdentityPage], @
ViewChild
('PaymentDetailsPage') paymentDetails: PaymentDetailsPage @<e
浏览 3
提问于2016-07-07
得票数 2
回答已采纳
2
回答
迁移到Angular 8(替换旧的
ViewChild
)
、
、
我正在迁移到Angular 8,我在很多地方都有
ViewChild
装饰器,逐个替换是非常烦人的,我想创建一个正则表达式来替换Visual Studio代码中的旧语法:@
ViewChild
("anotherElement") element2: ElementRef;@
ViewChild
("someElement", {static: false}) elemen
浏览 15
提问于2019-07-28
得票数 1
回答已采纳
1
回答
我怎样才能把视图的内部视图用钛
、
、
、
、
'vertical';viewManin.width = deviceWidth;var
viewChild
1= Ti.UI.createView();
viewChild
1.height = 'auto';
viewChild
1.backgroundColor= '
浏览 2
提问于2016-02-24
得票数 1
回答已采纳
1
回答
如何获得tablelayout行中内容的值?
、
、
、
// get text from edit text for (int i = 0; i < childParts; i++) { View
viewChild
=int rowChildParts = ((TableRow)
viewChild
).getChildCo
浏览 1
提问于2016-03-27
得票数 0
回答已采纳
11
回答
角@
ViewChild
()错误:预期的2个参数,但得到1
、
、
当尝试
ViewChild
时,我会得到错误。错误是“未提供选项的参数”。import/shopping-edit.component.css']export class ShoppingEditComponent implements OnInit { @
浏览 0
提问于2019-06-21
得票数 315
回答已采纳
2
回答
角材料分页与排序问题
、
<any>(); @
ViewChild
(MatSort) sort: MatSort; ngOnInit(): void {
浏览 4
提问于2021-04-11
得票数 2
1
回答
为什么谷歌地图API组件没有*NgIf就能工作,但如果排除了,它就能工作吗?角9
、
、
、
、
我试着遵循这个中列出的步骤。它可以加载包含以下组件的搜索框:<input id= 'box2' *ngIf="boxReady" class="controls" type="text" placeholder="Search Box">ma
浏览 0
提问于2020-03-20
得票数 0
回答已采纳
19
回答
@
ViewChild
in *ngIf
、
、
问题下面是一个例子。也可以使用。contentPlaceholder></div>Component.component.ts: @
ViewChild
浏览 30
提问于2016-09-07
得票数 362
回答已采纳
1
回答
为什么
ViewChild
不能在angular8+中与attr.id一起工作?
、
、
、
、
当我指定id时,
ViewChild
工作如下但当我这么做的时候我得到的东西是test_205626">test</div> test_id = 'test_205626'; @
ViewChi
浏览 1
提问于2019-08-25
得票数 0
1
回答
如何将Angular2组件呈现为字符串?
、
、
我希望能够在构建Angular2时使用模板语法。如果是这样的话,我相信我需要压缩组件模板。这是对的(也有可能)吗?// Component import {Thing} from './something/in/my/app/thing.model.ts'; selector: 'my-i
浏览 1
提问于2016-01-13
得票数 7
回答已采纳
1
回答
如何在Ionic 2/3中调整大小/重新绘制虚拟卷轴?
、
、
、
到目前为止,我是如何引用它的: this.verseList.resize(); //throws
浏览 3
提问于2017-05-06
得票数 2
回答已采纳
2
回答
Angular CDK Overlay flexibleConnectedTo未接入源站
、
)="showOverlay()"> open </button> overlay-button.component export class OverlayButtonComponent { @
ViewChild
首先,我认为
viewChild
有问题,也许elementRef是未定义的,或者类似的东西,但事实并非如此。我用类似的代码尝试了我找到的每个教程,但都不起作用。问题会出现在其他地方吗?
浏览 27
提问于2020-04-28
得票数 2
1
回答
@
ViewChild
和ngAfterViewInit的错误预期参数不起作用
、
、
不过,我遵循的是,@
ViewChild
和ngAfterViewInit并不适用于我。错误信息类似于。上面说我错过了一场辩论。我尝试过添加两个参数,比如,但是它仍然不起作用。
浏览 2
提问于2019-06-11
得票数 0
2
回答
Angular 5(更多):带有@
ViewChild
的HTMLElement
、
、
、
我必须引用一个带有@
ViewChild
()的htmlElement,有什么方法可以做到吗?我必须创建一个HTMLElement,然后尝试为
viewChild
或类似的东西分配一个引用。
浏览 0
提问于2019-03-04
得票数 1
1
回答
input.setfocus不是离子和角度上的函数
、
、
、
在点击一个字段时,我希望它在我的移动键盘上。为了做到这一点,我尝试使用下面的代码,但得到了错误。 <div *ngIf="this.primary"> <textarea style="background-color:#f5f8fa;border:none;width:80%;margin-left:25px;" autosize #input (click)="focusInput(input)" (input)= "charvl()" placeholder=
浏览 0
提问于2018-03-14
得票数 1
1
回答
更改组件中的输入值
假设我有以下模板表达式:</md-input>使用(ngModel)给了我一些无法处理的控制台错误。
浏览 0
提问于2016-08-07
得票数 2
3
回答
angular 4“当使用*ngIf="sidemenuu == true”到侧边菜单时,无法读取未定义的属性‘切换’“
、
angular 4“当使用*ngIf="sidemenuu == true”到侧边菜单时,无法读取未定义的属性‘切换’“<button mat-icon-button (click)="snav.toggle()" value="sidebarclosed"></button><app-header></app-header> &
浏览 2
提问于2018-06-28
得票数 3
1
回答
如何使用角为13的PopperJ2
、
、
button>Click</button> lorem ipsumapp.component.ts:}) @
ViewChild
('button') button: Element | Vir
浏览 19
提问于2022-03-03
得票数 0
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Angular 9即将发布:改进Ivy编译和渲染管道
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券