1. login form import React from "react"; import {Row, Col} from "antd"; import {Form, Input, Button} from "antd"; import LoginHeader from "./LoginHeader"; import AppFooter from "page/layout/footer/AppFooter&quo…
本文转自:https://loiane.com/2017/08/angular-hide-navbar-login-page/ In this article we will learn two approaches to hide the Navbar Menu when displaying the Login page in Angular projects. Update December 2017: code updated to Angular v5 and Material v5.…