問題タブ [nebular]
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 - ERROR TypeError: Cannot read property 'appendChild' of null
I am trying to open nebular dialog by ngrx effect. It works, but not the first time.
First time appears error:
"ERROR TypeError: Cannot read property 'appendChild' of null"
If refresh page and the open dialog it opens
action.ts:
effect.ts
Here is my component where I am dispatching action:
javascript - ログインフォームの送信時にngx-admin認証が投稿されない
ngx-admin auth コンポーネントを使用しようとしていますが、うまく動作しないようです。
すでに npm 経由で nebular auth をインストールし、app.module と app-routing.module をセットアップしました
アプリモジュール
そして app-routing.module
投稿リクエストお待ちしております。ログイン フォームを送信しようとして、ブラウザの開発ツールのネットワーク タブを確認しましたが、何も起こらず、アクティビティもまったくありません。しかし、ログイン ページの UI では、成功を返します。
助けてください。ありがとうございました。