/angular-base

A base install of angular with angular material

Primary LanguageTypeScript

AngularBase

Basic project used for quickly cloning to test things out

git clone https://github.com/IsaacSomething/angular-base.git
git remote rm origin
cd angular-base/ && npm install

Or join codeflow | short overview

https://pr.new/github.com/IsaacSomething/angular-base
  • "@angular/core": "^16.1.0"
  • "@angular/material": "^16.0.3"


Branch "memory-api"

Start a simple in memory api with podcast dummy data, checkout to branch memory-api

git clone -b memory-api --single-branch https://github.com/IsaacSomething/angular-base.git .

alt text

@base tsconfig Path

Imports can be added with @base as set in the tsconfig.json path property

import { ToolbarModule } from '@base/components/toolbar

or

import * as toolbar from '@base/component/toolbar