Skip to content
Amanda Martins edited this page Jul 20, 2024 · 4 revisions

[restaurant-ui] Design Document

Icons

Material Symbols & Icons

CSS framework

Materialize

External Components

Angular Material

Form

Sign In form

Internal Components

Error message component

This component expects a list of ErrorMessage

class ErrorMessage{
  public readonly Title: string;
  public readonly Content:string;

  constructor(private _title:string, private _content: string) {
    this.Title = _title;
    this.Content = _content;
  }

Error message component style

Admin panel

Admin panel of restauran-ui project