«angular» 태그된 질문

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

3
Angular 2에서 추가 요소없이 ngIf 사용
ngIf추가 컨테이너 요소없이 사용할 수 있습니까 ? <tr *ngFor="..."> <div *ngIf="..."> ... </div> <div *ngIf="!..."> ... </div> </tr> 잘못된 HTML을 만들기 때문에 테이블에서 작동하지 않습니다.
107 html  templates  angular 

5
Angular 8-지연로드 모듈 : 오류 TS1323 : '--module'플래그가 'commonjs'또는 'esNext'인 경우에만 동적 가져 오기가 지원됩니다.
Angular를 7에서 Angular 8로 업데이트하면 지연로드 모듈에 대한 오류가 발생합니다. 각도 업그레이드 가이드에있는 옵션을 시도했습니다. 다음과 같이 변경했습니다. 전에 loadChildren: '../feature/path/sample- tage.module#SameTagModule' 후 loadChildren: () => import('../feature/path/sample- tags.module').then(m => m.CreateLinksModule) 오류 TS1323 : 동적 가져 오기는 '--module'플래그가 'commonjs'또는 'esNext'인 경우에만 지원됩니다.

30
용어 'ng'는 cmdlet의 이름으로 인식되지 않습니다.
오늘 기본적인 AngularJS Intro를 통해 작업하는 동안 문제가 발생했습니다. 프로젝트를 진행하기 위해 PowerShell을 열었습니다. NPM이 작동했습니다. 다음을 사용하여 Angular를 설치할 수있었습니다. npm install -g @angular/cli ng를 실행하려고 할 때마다 다음을 얻습니다. the term 'ng' is not recognized as the name of a cmdlet

8
프로젝트 Angular에서 이미지 (및 기타 자산)를로드하는 방법은 무엇입니까?
저는 Angular를 처음 접했기 때문에 이것을 수행하는 모범 사례가 확실하지 않습니다. angular-cli ng new some-project를 사용하여 새 앱을 생성했습니다. "assets"폴더에 "images"폴더가 생성되었으므로 이제 내 이미지 폴더는 src/assets/images 에서 app.component.html(내 응용 프로그램의 루트입니다), 내가 넣어 <img class="img-responsive" src="assets/images/myimage.png"> ng serve내 웹 애플리케이션을 보려고 할 때 이미지가 표시되지 않습니다. Angular 애플리케이션에서 이미지를로드하는 …


6
Angular HttpClient "파싱 중 Http 실패"
Angular 4에서 Laravel 백엔드로 POST 요청을 보내려고합니다. My LoginService에는 다음 방법이 있습니다. login(email: string, password: string) { return this.http.post(`http://10.0.1.19/login`, { email, password }) } 내 LoginComponent에서이 메서드를 구독합니다. .subscribe( (response: any) => { console.log(response) location.reload() }, (error: any) => { console.log(error) }) 그리고 이것은 내 Laravel 백엔드 방법입니다. ... if($this->auth->attempt(['email' …

16
다음 오류로 인해 스키마 유효성 검사에 실패했습니다. 데이터 경로“.builders [ 'app-shell']”에는 필수 속성 'class'가 있어야합니다.
Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'. Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'. Error: Schema validation failed with the following errors: Data path ".builders['app-shell']" should have required property 'class'. at MergeMapSubscriber._registry.compile.pipe.operators_1.concatMap.validatorResult [as project] …
106 angular 

30
Angular2 QuickStart npm start가 제대로 작동하지 않습니다.
Angular2 베타가 방금 출시되었음을 알고 있지만 공식 사이트 자습서 ( https://angular.io/guide/quickstart ) 의 단계를 재현 할 수 없습니다 . 누군가 비슷한 문제가 있었고이 문제를 해결하기 위해 무엇을해야하는지 알고 있습니까? npm start명령으로 응용 프로그램을 시작하려고 하면 다음과 같은 출력이 나타납니다. 0 info it worked if it ends with ok 1 verbose …
105 node.js  angular  npm 

8
파이프 ''을 (를) 찾을 수 없습니다. angular2 사용자 지정 파이프
이 오류를 수정할 수없는 것 같습니다. 검색 창과 ngFor가 있습니다. 다음과 같은 사용자 지정 파이프를 사용하여 배열을 필터링하려고합니다. import { Pipe, PipeTransform } from '@angular/core'; import { User } from '../user/user'; @Pipe({ name: 'usersPipe', pure: false }) export class UsersPipe implements PipeTransform { transform(users: User [], searchTerm: string) { return …

5
Angular 2 Karma 테스트 'component-name'은 알려진 요소가 아닙니다.
AppComponent에서는 HTML 코드의 nav 구성 요소를 사용하고 있습니다. UI가 괜찮아 보입니다. ng 서브를 할 때 오류가 없습니다. 앱을 볼 때 콘솔에 오류가 없습니다. 하지만 내 프로젝트를 위해 Karma를 실행했을 때 오류가 있습니다. Failed: Template parse errors: 'app-nav' is not a known element: 1. If 'app-nav' is an Angular component, then …

4
Angular에서 'pathmatch : full'은 무엇이며 어떤 효과가 있습니까?
여기에서는 pathmatch를 전체로 사용하고이 pathmatch를 삭제하면 앱을로드하거나 프로젝트를 실행하지도 않습니다. import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { HttpModule } from '@angular/http'; import { RouterModule } from '@angular/router'; import { AppComponent } from './app.component'; import { WelcomeComponent } from './home/welcome.component'; /* Feature Modules */ …

22
오류 오류 : 스위치에 지정되지 않은 이름 속성이있는 양식 제어에 대한 값 접근자가 없습니다.
Angular 4의 구성 요소는 다음과 같습니다. @Component( { selector: 'input-extra-field', template: ` <div class="form-group" [formGroup]="formGroup" > <switch [attr.title]="field.etiquette" [attr.value]="field.valeur" [(ngModel)]="field.valeur" [formControl]="fieldControl" [attr.id]="name" [attr.disabled]="disabled"> </switch> <error-messages [control]="name"></error-messages> </div> ` } ) 내 수업은 다음과 같습니다. export class SwitchExtraField extends ExtraField { @Input() field: ExtraFormField; @Input() entity: { fields: Object }; @Input() …

12
Angular ReactiveForms : 체크 박스 값 배열 생성?
동일한에 바인딩 된 확인란 목록이 주어 졌을 때 단순히 /가 아닌에 formControlName바인딩 된 확인란 값 배열을 어떻게 생성 할 수 있습니까?formControltruefalse 예: <form [formGroup]="checkboxGroup"> <input type="checkbox" id="checkbox-1" value="value-1" formControlName="myValues" /> <input type="checkbox" id="checkbox-2" value="value-2" formControlName="myValues" /> <input type="checkbox" id="checkbox-3" value="value-2" formControlName="myValues" /> </form> checkboxGroup.controls['myValues'].value 현재 생산 : true or false …

6
Angular 2 사이트에서 브라우저 캐시를 방지하는 방법은 무엇입니까?
우리는 현재 고객 중 한 명이 매일 정기적으로 업데이트하는 새로운 프로젝트를 진행하고 있습니다. 이 프로젝트는 angular 2를 사용하여 개발 중이며 캐시 문제에 직면 해 있습니다. 즉, 클라이언트가 컴퓨터에서 최신 변경 사항을 보지 못하고 있습니다. 주로 js 파일의 html / css 파일은 많은 문제를 일으키지 않고 제대로 업데이트되는 것 같습니다.

5
Angular 4+ ngOnDestroy () 서비스 중-Observable 제거
각도 응용 프로그램에서 우리는 ngOnDestroy()구성 요소 / 지시문에 대한 수명주기 후크를 가지고 있으며이 후크를 사용하여 관찰 가능 항목을 구독 취소합니다. @injectable()서비스 에서 생성 된 Observable을 삭제 / 삭제하고 싶습니다 . ngOnDestroy()서비스에서도 사용할 수 있다는 글을 보았습니다 . 그러나 그것은 좋은 습관이며 그렇게하는 유일한 방법이며 언제 호출됩니까? 누군가 명확히하십시오.

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