問題タブ [metronic]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - メトロニック テーマ (v5.1.1) をローカル ホストにインストールするには?
最近メトロニックテーマを購入しました。
ファイルをダウンロードして、ドキュメントと同じようにインストールしました。
node、yarn、gulp、git をすべて正常にインストールしました。ng serve コマンドも正常にコンパイルされましたが、何も起こりません。テーマ ファイルを実行できません。
インストール_成功
コンパイルされたスクリーンショット
ng server の後、localhost:4200 を参照しました。しかし、正しく実行されず、以下のように表示されます。画像をご確認ください
テーマファイルをインストールして実行するには? 私は最新バージョン 5.1.1 を使用しています。Angular のデフォルト管理テンプレートが必要です。
angular - Angular 5 Component not removed on child route changed
Hey i have a problem with my Angular 5 App. Ive created a simple app with some component routing. The routing looks like:
The routing runs like a charm but if i am switching between these child routes the old child is not removed from dom.
If i am switching between the root routes everything works. If i am making the child routes to absolute routes it is also working.
index.html
app.component.html
lan.component.html
in the games.component.html and the others there is only the content. The links will be generated with routerLink like:
As a hint: ive developed this application first without any complex design. Everything works. Now i wanted to integrate Metronic Dashboard Theme and i am getting this problem. If anyone has a solution, please post it :)
UPDATE: Here are some links to the theme: