Skip to content

IsaacSomething/angular-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

479bf2d · Dec 26, 2024

History

73 Commits
Oct 17, 2022
Dec 18, 2024
Oct 17, 2022
Oct 17, 2022
Oct 17, 2022
Dec 18, 2024
Dec 18, 2024
Oct 17, 2022
Dec 26, 2024
Dec 26, 2024
Oct 17, 2022
Jun 12, 2023
Oct 17, 2022
Dec 18, 2024
Oct 17, 2022

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