Angular1에서는 Routeparam에 따라 해당 컨트롤러와 템플릿을 로드할 수 있습니다. ng2의 Routeconfig에 로더 메서드가 있습니다. 문서에는 promise를 동적으로 로드하는 방법이 나와 있습니다. ?
수정: http://stackoverflow.com/questions/34842536/implementing-dynamic-routing-in-angular2-typescript
아래 코드는 동적 로딩이 아닌 비동기 로딩입니다.
수정:
http://stackoverflow.com/questions/34842536/implementing-dynamic-routing-in-angular2-typescript
아래 코드는 동적 로딩이 아닌 비동기 로딩입니다.
으아악