Angularjs 1.5コンポーネントでルーティング作業を行う方法を示すガイダンスまたは記事を探しています。私はui-router 1.0が機能を持っているのを見ることができますが、わかりません。 これについてのご支援をお待ちしております。AngularJS 1.5 with Component and Routing
0
A
答えて
2
今はofficial websiteに関するドキュメントが存在しないため、これは完全に有効な質問です。
基本的なコンポーネントのルーティングは非常に簡単ですが:あなたがコンポーネントをロードするためのテンプレートやtemplateurlプロパティを使用することになり、以前のバージョンでは
.state('chat', {
url: '/chat',
//templateurl: 'views/chat.html'
//template: '<chat></chat>'
component: 'chat'
});
。
新しい1.0バージョンでは、コンポーネントプロパティが追加されました。 上記の例では、チャット状態が呼び出され、チャットコンポーネントがロードされます。
残りのui-touter機能は、コンポーネントと同じように機能します。
関連する問題
- 1. Symfony \ Component \ Routing \ Exception \ InvalidParameterException
- 2. Express and Angular routing
- 3. ionic 1.3.1 with angularjs 1.5コンポーネントとngComponentRouter
- 4. Angular 2 Routing with Home Page
- 5. React.js Firebase and Firepad Component
- 6. MVC Routing with area
- 7. Codeigniter routing with:
- 8. AngularJS Routing Case Sensitivity
- 9. angularjs routing - not working
- 10. angularJs ui-routing(basic)
- 11. Jest and Enzyme testing React Component with ES6 Arrow機能
- 12. @Component with parent?
- 13. MUnit with SFTP component
- 14. AngularJS Routing not loadingビュー
- 15. AngularJs Componentとangularjs-dropdown-multiselect
- 16. ngMessages with Angular 1.5.xコンポーネント
- 17. AngularJS 1.5コンポーネントルータRenavigate
- 18. AngularJS 1.5トグルクラスメソッド
- 19. Nginx country based routing with socket.io
- 20. Velocity with Springboot 1.5.x
- 21. Junit5 with spring-boot 1.5
- 22. Jxbrowser with tinymce and spellcheck
- 23. AngularJS 1.5コンポーネントとスタイリング
- 24. AngularJS and canvasJS Issue
- 25. $ rootScope with TypeScript and controllersAs
- 26. ListView with CardViews with margin and padding
- 27. asp.net treeview with folders and database with
- 28. MyBatis with upperCase with select and insert
- 29. Django Filter with AND
これはどのように広すぎますか?これは、angularjについての質問に一度も答えていない人たちによって旗が掲げられています。 – gyc