ngif

    0熱度

    1回答

    我有一個問題隱藏導航欄,當用戶沒有登錄(在公共視圖),我檢查currentUser項目是否存在localStorage然後我使用 * ng如果在html模板上顯示/隱藏。 當我首先登錄時,我看不到導航欄,但刷新頁面後顯示,同樣當我註銷時,首先它顯示它,刷新頁面後,它已經消失。 還有就是我app.component.ts import { Component, OnInit } from '@ang

    0熱度

    3回答

    HTML <figure class="daysearch-cover__image"> <img src="fh.jpg" *ngIf="!showBirthdayTheme"> <img src="fhbt.jpg" *ngIf="showBirthdayTheme"> </figure> 我登錄,在控制檯showBirthdayTheme變量。它明確表示

    1熱度

    1回答

    我想在某些網格汽車組件中從數組可見的數組渲染對象。此外,我想根據我的組件中的變量(即gridCols*maxRows,使用*ngIf條件檢查)將網格數限制爲一個值。 我知道在同一個元素上同時使用*ngFor和*ngIf是不可能的。所以我需要使用<template ngFor ...> 來包裝我的網卡元素,這些元素將根據*ngFor進行有條件渲染。鑑於此,我如何可以參考或content變量*ngFo

    0熱度

    1回答

    在這裏,我有JSONOBJ的結果:在我的Home.html與方法navigate()它看起來像這樣 我有ion-card: navigate(event, exercise, exercise2, exercise3, exercise4){ this.navCtrl.push(exerciseSlides, { clickedExercise: exercise,

    0熱度

    1回答

    我有一個動態的模板,我收到一條錯誤: Template parse errors: Unexpected closing tag "button". It may happen when the tag has already been closed by another tag. 這裏是我的模板: <ion-col> <button *ngIf=!editMode" class="

    0熱度

    3回答

    <div *ngFor="let user of userService.users | async"> <div *ngIf="user?.data.hosts.foo_icon as fooIcon"> <img *ngIf="fooIcon === 'cloud' " class="meteo" src="./app/img/cloud.png"/>

    0熱度

    1回答

    我簡單想切換用一個按鈕,改變可視性變量形式的可見性: 在模板: <button (click)="ChangeVariable()">I'm a button</button> <form *ngIf="variable"> <input type="text" [(ngModel)]="personName"/><br> </form> 在組件: ​​ 問題是它顯示窗體,但後來它不隱藏

    0熱度

    1回答

    顯示菜單在我的應用程序組件我有三個成分 - app.component.html <app-header></app-header> <router-outlet></router-outlet> <app-footer></app-footer> 在我app-header組件我有一個導航欄與一些導航鏈接,我想隱藏顯示一些基於用戶登錄狀態的鏈接。 APP-header.component.

    0熱度

    4回答

    <div *ngFor="let message of messages"> <div *ngIf="message.user===user"> </div> <input [(ngModel)]="message" /> <button (click)="sendMessage()">Send</button> 這裏用戶是我在組件中分配的變量。這是一個字符串值'u

    2熱度

    2回答

    我有點困惑。如果結果有幾種情況之一,我需要隱藏塊。但似乎它不能正常工作... <div *ngIf="currentStatus !== 'open' || currentStatus !== 'reopen' "> <p padding text-center class="text-notification">{{message}}</p> </div> 它剛剛出現與其他條