The official Angular library for Firebase.
-
Updated
Aug 30, 2020 - TypeScript
{{ message }}
The official Angular library for Firebase.
A list of helpful material to develop using Angular
stackblitz example: https://stackblitz.com/edit/angular-ivy-jvewmr?
browse https://angular-ivy-jvewmr.stackblitz.io/worker-archive/worker-dashboard
common.state.ts
import { Action, Selector, State, StateContext } from '@ngxs/store';
import { NzMessageService } f
Advanced Angular seed project with support for ngrx/store, ngrx/effects, ngx-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
Angular, NgRx, Angular CLI & Angular Material Starter Project
Implement all functionality of reports module for mobile platforms
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Example app showcasing the ngrx platform
Open call to our awesome community to help create documentation. If interested please work with us here and extend the existing docs for the scenarios you need.
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
Echoes Player: the missing Media Player experience for Youtube - Built with Angular (9), ngrx (9), Angular CLI, Boostrap (SASS), Youtube api
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Analytics integration for Redux and ngrx/store
Curated chronological list of learning resources for Angular, from complete beginner to advanced level
Full Stack Angular PWA example app with NgRx & NestJS
SoundCloud API client with Angular • RxJS • ngrx/store • ngrx/effects
Exemplary real world application built with Angular 9, NgRx 9, nrwl/nx 9.1
Enhance your forms in Angular applications with the power of ngrx
Trivia App - Real World Angular series
This should fail because otherNum is not part of the State interface:
interface State {
num: number
}
export const initialState: State = {
num: 0
};
export const appsReducer = createReducer(initialState, handleAction => [
handleAction(actions.getApps.success, () => ({
num: 0,
otherNum: 0 // adding this property should trigger a warning
})),
]);Angular Ngrx Socket.IO Example
Add a description, image, and links to the ngrx topic page so that developers can more easily learn about it.
To associate your repository with the ngrx topic, visit your repo's landing page and select "manage topics."
Add a new schematic to generate:
A service that extends ComponentStore
A spec file if requested
Maybe an inlined interface for the default type
Describe any alternatives/workarounds you're current