viewchild

    2熱度

    1回答

    嘗試從Ionic選項卡文檔的tabs.ts中使用select()方法。但似乎當我嘗試運行它時,它說「select is undefined」,我發現我的viewChild實際上是空的/未定義,當我嘗試console.log(標籤)。試圖尋找爲什麼viewChild未定義,但無法真正理解爲什麼的原因。 鏈接到離子標籤文檔: https://ionicframework.com/docs/api/co

    1熱度

    2回答

    這是我的代碼: import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; constructor(private http: Http, private route: ActivatedRoute,private router: Router, private modalService: NgbModal) { } editDocumentR

    2熱度

    1回答

    似乎有幾種方法去剝皮這隻貓,但我想知道最好的(實踐)以及爲什麼。 如果我想收集兒童CMP一些數據,並把它傳遞給家長CMP,我可以: 總結與父函數的對象,並把它作爲一個輸入 孩子,調用輸入上的函數。 在child-cmp中創建一個EventEmitter函數併發出結果 收集parent-cmp中的數據。 通過@ViewChild()訪問孩子,並直接調用它的方法 。 與被收集 數據我敢肯定有更多的創建

    1熱度

    1回答

    如果我的fileInput元素是在一個正常的div,那麼它工作正常。但是,如果我把它放在<ng-template></ng-template>內,那麼我就會得到undefined。 這裏是我的代碼: HTML <ng-template #content let-c="close" let-d="dismiss"> <div class="modal-header"> <h4

    2熱度

    1回答

    我對angular2應用程序,我有父組件彈出一個子組件 @ViewChild(childPopupComponent) case: childPopupComponent; 我想要做的是工作父組件:從按下保存按鈕時子組件(在父組件內彈出),重新渲染父組件以進行反射(而不是重新加載整個頁面)。 我知道,這重新渲染的電流分量,但如何做到這一點從喜歡你的子組件的 @ViewChild一個 this.

    0熱度

    2回答

    我在應用程序的主頁上設計了一個元素,單擊它時會更改活動選項卡。 我曾經做到以下幾點: events.subscribe('change-tab', (tab, filterOnSport) => { console.log('TabsPage#constructor - change-tab event received with params: ', tab, filterOnSpo

    4熱度

    1回答

    我是Angular2的新手。在我看來,我有幾個相同的孩子在* ngFor中生成。 <ngb-panel *ngFor="let client of clients" [title]="'Client #' + client.id"> <template ngbPanelContent> <processing-item [client]="client"></processi

    0熱度

    1回答

    我有一個組件,象這樣: import { Component, OnInit, OnChanges, ViewChild, ElementRef, Input, Output, ViewEncapsulation, EventEmitter, AfterViewInit } from '@angular/core'; import * as d3 from 'd3'; @Component(

    2熱度

    1回答

    我有這個奇怪的錯誤,沒有找到類似的東西.. 我使用ng2-canvas-whiteboard組件在我的網站上繪製畫布,一切都很完美當我試圖讓參考的是帆布使用: @ViewChild('canvasWhiteboard') canvasWhiteboard: CanvasWhiteboardComponent; 的官方文檔建議,我得到這個錯誤: Failed to compile. e:/f

    0熱度

    1回答

    我試圖多次調用組件HTML,但不包括父組件中的子組件。 我需要它是這樣的: <father-component> <child-component #id> <button (click) = "#id.show()"> </father-component> 在子組件的HTML是隱藏的,直到我按下按鈕。 事情是,我想顯示的孩子組件的HTML多次按下按鈕。 據我所知,@V