タグ付けされた質問 「ng-bootstrap」

8
「ng-bootstrap」と「ngx-bootstrap」の違いは何ですか?
「ng-bootstrap」と「ngx-bootstrap」の違いは何ですか?それらは互いに関連していますか?それとも、それらは単に並行実装ですか? 誰かが彼らと一緒に働いて、両方の長所と短所を与えたり説明したりできますか? 「ng-bootstrap」とは、https://ng-bootstrap.github.io/#/homeおよび 「ngx-bootstrap」とは、http: //valor-software.com/ngx-bootstrap/を意味します。 Angular 4(AngularJSではない!)とBootstrap 4の両方に関連しています。 これは、ngx-bootstrapとng2 bootstrapの違いの重複した質問ではないことに注意してください。。

4
ngFor内の動的テンプレート参照変数(Angular 9)
要素内で動的 テンプレート参照変数を宣言するにはどうすればよいngForですか? ng-bootstrapのポップオーバーコンポーネントを使用したいのですが、ポップオーバーコード(Htmlバインディングを使用)は次のようになります。 <ng-template #popContent>Hello, <b>{{name}}</b>!</ng-template> <button type="button" class="btn btn-secondary" [ngbPopover]="popContent" popoverTitle="Fancy content"> I've got markup and bindings in my popover! </button> これらの要素を内部にラップするにはどうすればよいngForですか? <div *ngFor="let member of members"> <!-- how to declare the '????' --> <ng-template #????>Hello, <b>{{member.name}}</b>!</ng-template> <button type="button" class="btn btn-secondary" [ngbPopover]="????" popoverTitle="Fancy content"> I've got markup and bindings …

9
ngブートストラップをインストールしてコンパイルした後、このエラーが発生します
node_modules/@ng-bootstrap/ng-bootstrap/accordion/accordion.d.ts:191:9のエラー-エラーTS1086:アンサーコンテキストでアクセサーを宣言できません。 191 set ngbPanelToggle(panel:NgbPanel); ~~~~~~~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/checkbox.d.ts:28:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 28フォーカスを設定(isFocused:boolean); ~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:14:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 14 get disabled():ブール値。~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:15:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 15無効に設定(isDisabled:ブール); ~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:61:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 61設定値(値:任意); ~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:65:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 65無効に設定(isDisabled:ブール); ~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:66:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 66フォーカスを設定(isFocused:ブール); ~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:67:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 67 check()を取得します:ブール値。~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:68:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 68 get disabled():ブール値。~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:69:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 69 get value():any; ~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/buttons/radio.d.ts:70:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 70 get nameAttr():string; ~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts:42:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 42セット間隔(値:数値); ~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts:43:9-エラーTS1086:アクセサはアンビエントコンテキストで宣言できません。 43 get interval():number; ~~~~~~~~ node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts:47:9-エラーTS1086:アクセサーはアンビエントコンテキストで宣言できません。 …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.