angular2-template

    2熱度

    2回答

    我很好奇有沒有什麼方法可以重用兩次ng-content in component?或者將其分配給組件構造函數中的變量? 喜歡的東西: @Component({ selector: "component" }) @View({ template: `<ng-content></ng-content> and again <ng-content></ng-con

    3熱度

    2回答

    我注意到在下面的代碼中有趣的東西。用':Hero'評論說,代碼工作正常,但如果我取消註釋並給英雄一個類型。它會中斷 - 頁面甚至不會呈現。無論如何,從我所能看到的英雄隱含的英雄類型,我爲什麼不能明確表示。 @Input() hero/*: Hero*/; 爲了演示這個問題,我有一個簡單的項目有四個文件。上面的代碼是在英雄detail.component.ts的末尾: import {Compo

    69熱度

    2回答

    我不知道如何添加到我的組件<component></component>動態類屬性但在模板html(component.html)中。 我發現的唯一解決方案是通過「ElementRef」本地元素修改該項目。這個解決方案似乎有點複雜,要做一些應該很簡單的事情。 另一個問題是CSS必須在組件範圍之外定義,打破組件封裝。 有沒有更簡單的解決方案?像模板內的<root [class]="..."> ...

    5熱度

    1回答

    的未定義「testUndefined」我試過代碼如下: @Component({ selector: 'test-content', template: ' <div *ngIf="sv.name.notExist.testUndefined != undefined"> {{sv.name.notExist.testUndefined}} ',

    0熱度

    1回答

    我試圖在角度顯示組件文本2.但它不顯示。請你告訴我我在哪裏做錯了嗎? 這裏是我的代碼 http://plnkr.co/edit/PrWxwf3wT5COVxRwIpqX?p=preview <!DOCTYPE html> <html> <head> <script src="https://code.angularjs.org/2.0.0-beta.0/angular2-p

    0熱度

    1回答

    請你告訴我怎麼一個組件移動到另一個角?。我想顯示第二頁時,按鈕用戶點擊..它應該desplay這 組件 這裏是我的代碼 http://plnkr.co/edit/NXo357FdZ5ir834JYuXi?p=preview import {Component,View} from 'angular2/core'; @Component({ selector: 'second', }

    0熱度

    2回答

    我想在自定義指令中綁定「ngFor」索引作爲屬性 我做錯了什麼? 驗證碼: @Directive({selector: '[closeWeb]'}) class CountClicks { numberOfClicks = 0; @HostListener('touchstart', ['$event.target']) touchstart(btn) {

    4熱度

    1回答

    Auth在谷歌中使用Angular2。 首先,在HTML,我打開谷歌API庫: //index.html //... <script> var googleApiClientReady = function() { ng2Gauth.googleApiClientReady(gapi); } </script> <script src

    1熱度

    2回答

    login.js var app= angular.module('login',[]); app.controller('LoginCtrl', function($scope) { $scope.sayhello="Hello"+ $scope.username; }).directive('loginDir', function(){ return { scope:

    0熱度

    2回答

    嗨我想創建一個簡單的網格與使用Angular 2的排序功能。下面是組件的結構。 import {Component, Pipe} from 'angular2/core'; import {NgClass} from 'angular2/common'; @Component({ selector: "sorter", template: ` <