問題タブ [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.

0 投票する
2 に答える
3953 参照

angular - メトロニック テーマ (v5.1.1) をローカル ホストにインストールするには?

最近メトロニックテーマを購入しました。

ファイルをダウンロードして、ドキュメントと同じようにインストールしました。

node、yarn、gulp、git をすべて正常にインストールしました。ng serve コマンドも正常にコンパイルされましたが、何も起こりません。テーマ ファイルを実行できません。

インストール_成功

ここに画像の説明を入力

コンパイルされたスクリーンショット

ここに画像の説明を入力

ng server の後、localhost:4200 を参照しました。しかし、正しく実行されず、以下のように表示されます。画像をご確認ください

ここに画像の説明を入力

テーマファイルをインストールして実行するには? 私は最新バージョン 5.1.1 を使用しています。Angular のデフォルト管理テンプレートが必要です。

0 投票する
1 に答える
931 参照

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.

enter image description here

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:

https://keenthemes.com/metronic/documentation.html

https://keenthemes.com/metronic/preview/?demo=demo12