Skip to content

Instantly share code, notes, and snippets.

@m-ghaoui
Created August 2, 2021 05:53
Show Gist options
  • Save m-ghaoui/c5b0b41aa5e919573dff5bb538055cb4 to your computer and use it in GitHub Desktop.
Save m-ghaoui/c5b0b41aa5e919573dff5bb538055cb4 to your computer and use it in GitHub Desktop.
datorama/akita angular-store-app output
> nx run angular-store-app:serve
Browserslist: caniuse-lite is outdated. Please run the following command: `yarn upgrade`
Compiling @angular/core : es2015 as esm2015
Compiling @angular/animations : es2015 as esm2015
Compiling @angular/common : es2015 as esm2015
Compiling @angular/animations/browser : es2015 as esm2015
Compiling @ngneat/until-destroy : es2015 as esm2015
Compiling @angular/platform-browser : es2015 as esm2015
Compiling @angular/router : es2015 as esm2015
Compiling @angular/platform-browser-dynamic : es2015 as esm2015
Compiling @angular/forms : es2015 as esm2015
Compiling @netbasal/content-loader : es2015 as esm2015
Compiling @angular/common/http : es2015 as esm2015
Compiling @angular/platform-browser/animations : es2015 as esm2015
/ Generating browser application bundles (phase: building)...Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
√ Browser application bundle generation complete.
Initial Chunk Files | Names | Size
styles.css, styles.js | styles | 343.25 kB
polyfills.js | polyfills | 339.47 kB
vendor.js | vendor | 337.68 kB
runtime.js | runtime | 6.15 kB
main.js | main | 1.86 kB
| Initial Total | 1.00 MB
Build at: 2021-08-02T05:44:36.219Z - Hash: bfb2f2f07da223fff67f - Time: 6205ms
Error: ../../libs/akita/src/lib/store.ts:48:14 - error NG2007: Class is using Angular features but is not decorated. Please add an explicit Angular decorator.
48 export class Store<S = any> {
~~~~~
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
\ Generating browser application bundles (phase: building)...
Error: ../../libs/akita/src/lib/store.ts:48:14 - error NG2007: Class is using Angular features but is not decorated. Please add an explicit Angular decorator.
48 export class Store<S = any> {
~~~~~
√ Browser application bundle generation complete.
Initial Chunk Files | Names | Size
vendor.js | vendor | 3.31 MB
polyfills.js | polyfills | 480.13 kB
main.js | main | 446.42 kB
styles.css, styles.js | styles | 343.25 kB
runtime.js | runtime | 9.35 kB
| Initial Total | 4.55 MB
Lazy Chunk Files | Names | Size
contacts-contacts-module.js | contacts-contacts-module | 2.29 MB
default~movies-movies-module~posts-posts-module.js | default~movies-movies-module~posts-posts-module | 55.69 kB
todos-app-todos-module.js | todos-app-todos-module | 47.89 kB
movies-movies-module.js | movies-movies-module | 41.41 kB
posts-posts-module.js | posts-posts-module | 31.06 kB
widgets-widgets-module.js | widgets-widgets-module | 30.23 kB
stories-stories-module.js | stories-stories-module | 27.96 kB
Build at: 2021-08-02T05:44:47.699Z - Hash: 056ce154b065ea0d285a - Time: 11076ms
√ Compiled successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment