Skip to content

IsaacSomething/angular-base

Repository files navigation

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": "^19.0.5"
  • "@angular/material": "^19.0.5"


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

About

A base install of angular with angular material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published