«angular» 태그된 질문

Google의 웹 프레임 워크 인 Angular (AngularJS와 혼동하지 않아야 함)에 대한 질문 개별 버전에 국한되지 않은 각도 질문에는이 태그를 사용하십시오. 이전 AngularJS (1.x) 웹 프레임 워크의 경우 angularjs 태그를 사용하십시오.

30
현재 경로를 얻는 방법
현재 문서는 실제 경로 세그먼트가 아닌 경로 매개 변수를 얻는 것에 대해서만 이야기합니다. 예를 들어 현재 경로의 부모를 찾으려면 어떻게 가능합니까?

30
“@ angular-devkit / build-angular”모듈을 찾을 수 없습니다
Angular 6.0.1로 업데이트 한 후 다음과 같은 오류가 발생합니다 ng serve. Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName". Error: Could not find module "@angular-devkit/build-angular" from "/home/Projects/myProjectName". at Object.resolve (/home/Projects/myProjectName/node_modules/@angular-devkit/core/node/resolve.js:141:11) at Observable.rxjs_1.Observable [as _subscribe] (/home/Projects/myProjectName/node_modules/@angular-devkit/architect/src/architect.js:132:40) ng update모든 것이 정상이라고 말합니다. node_modules폴더를 삭제 하고 새로 npm install설치해도 도움이되지 않았습니다. 내 프로젝트는 ng2-admin …

8
각도의 @Directive와 @Component
Angular @Component와 @DirectiveAngular 의 차이점은 무엇입니까 ? 둘 다 동일한 작업을 수행하고 동일한 속성을 갖는 것 같습니다. 사용 사례는 무엇이며 언제 다른 것을 선호합니까?
443 angular 

30
예외 : 모든 매개 변수를 해석 할 수 없습니다
Angular 2에서 기본 앱을 만들었지 만 구성 요소 중 하나에 서비스를 주입 할 수없는 이상한 문제가 발생했습니다. 그러나 내가 만든 세 가지 다른 구성 요소 중 하나에 미세하게 주입합니다. 우선, 이것은 서비스입니다 : import { Injectable } from '@angular/core'; @Injectable() export class MobileService { screenWidth: number; screenHeight: number; constructor() { …


17
* ngFor를 사용하여 액세스 키 및 오브젝트 값
나는 비트가 도착하는 방법에 대해 혼란 스러워요 key및 value사용하는 동안 angular2에서 객체의 *ngFor객체를 통해 반복합니다. angular 1.x에는 다음과 같은 구문이 있습니다. ng-repeat="(key, value) in demo" 하지만 angular2에서 동일한 작업을 수행하는 방법을 모르겠습니다. 나는 성공하지 않고 비슷한 것을 시도했다. <ul> <li *ngFor='#key of demo'>{{key}}</li> </ul> demo = { 'key1': [{'key11':'value11'}, {'key12':'value12'}], …

13
선택 요소를 각도로 객체에 바인딩
select 요소를 객체 목록에 바인딩하고 싶습니다. @Component({ selector: 'myApp', template: `<h1>My Application</h1> <select [(ngModel)]="selectedValue"> <option *ngFor="#c of countries" value="c.id">{{c.name}}</option> </select>` }) export class AppComponent{ countries = [ {id: 1, name: "United States"}, {id: 2, name: "Australia"} {id: 3, name: "Canada"}, {id: 4, name: "Brazil"}, {id: 5, name: "England"} ]; selectedValue …
409 html  angular 

5
Angular에서 수동으로 변경 감지 트리거
속성이있는 Angular 구성 요소를 작성하고 있습니다 Mode(): string. 이벤트에 응답하지 않고 프로그래밍 방식 으로이 속성을 설정할 수 있기를 바랍니다. 문제는 브라우저 이벤트 {{Mode}}가 없으면 템플릿 바인딩 이 업데이트되지 않는다는 것입니다. 이 변경 감지를 수동으로 트리거하는 방법이 있습니까?


11
Angular 2의 "select"에서 새로운 선택을 얻으려면 어떻게해야합니까?
Angular 2 (TypeScript)를 사용하고 있습니다. 나는 새로운 선택으로 무언가를하고 싶지만, 내가 얻는 onChange()것은 항상 마지막 선택입니다. 새로운 선택을 어떻게받을 수 있습니까? <select [(ngModel)]="selectedDevice" (change)="onChange($event)"> <option *ngFor="#i of devices">{{i}}</option> </select> onChange($event) { console.log(this.selectedDevice); // I want to do something here with the new selectedDevice, but what I // get here is …

14
마지막 페이지로 돌아가는 방법
Angular 2의 마지막 페이지로 돌아가는 현명한 방법이 있습니까? 같은 것 this._router.navigate(LASTPAGE); 예를 들어 C 페이지에는 Go Back버튼이 있습니다. 페이지 A-> 페이지 C, 클릭하여 페이지 A로 돌아갑니다. 페이지 B-> 페이지 C, 클릭하여 페이지 B로 돌아갑니다. 라우터에 이력 정보가 ​​있습니까?

15
HttpClient 제공 업체 없음
각도 4.4에서 5.0으로 업그레이드 한 후 모든 HttpModule 및 Http를 HttpClientModule로 업데이트 한 후이 오류가 발생하기 시작했습니다. 또한 HttpModule을 다시 추가하여 종속성으로 인한 것이 아니라 문제를 해결하지 못하도록 app.module에서 모두 올바르게 설정했습니다. import { HttpModule } from '@angular/http'; import { HttpClientModule, HttpClient } from '@angular/common/http'; . . . @NgModule({ imports: …
360 angular 

8
각도 예외 : 'ngForIn'은 알려진 기본 속성이 아니기 때문에 바인딩 할 수 없습니다.
내가 무엇을 잘못하고 있지? import {bootstrap, Component} from 'angular2/angular2' @Component({ selector: 'conf-talks', template: `<div *ngFor="let talk in talks"> {{talk.title}} by {{talk.speaker}} <p>{{talk.description}} </div>` }) class ConfTalks { talks = [ {title: 't1', speaker: 'Brian', description: 'talk 1'}, {title: 't2', speaker: 'Julie', description: 'talk 2'}]; } @Component({ selector: 'my-app', directives: [ConfTalks], …

4
'입력'의 알려진 속성이 아니므로 'formControl'에 바인딩 할 수 없음-Angular2 Material Autocomplete issue
Angular 2 프로젝트에서 Angular Material Autocomplete 구성 요소 를 사용하려고합니다 . 템플릿에 다음을 추가했습니다. <md-input-container> <input mdInput placeholder="Category" [mdAutocomplete]="auto" [formControl]="stateCtrl"> </md-input-container> <md-autocomplete #auto="mdAutocomplete"> <md-option *ngFor="let state of filteredStates | async" [value]="state"> {{ state }} </md-option> </md-autocomplete> 다음은 내 구성 요소입니다. import {Component, OnInit} from "@angular/core"; import {ActivatedRoute, Router} from "@angular/router"; …


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.