Skip to content

Commit 5682b88

Browse files
authored
Upgrade latest (#44)
* Updated to latest api/backend/frontend
1 parent 9f6bae1 commit 5682b88

19 files changed

+7294
-4819
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# Yii2 REST API + Angular 9 Boilerplate
1+
# Yii2 REST API + Angular 10 Boilerplate
22

33
[![Build Status](https://travis-ci.org/chrisleekr/yii2-angular-boilerplate.svg?branch=master)](https://travis-ci.org/chrisleekr/yii2-angular-boilerplate)
44

55
This is a boilerplate project for future use. The project consists of REST API developed by Yii2 and backend/frontend
6-
developed by Angular 9 with Bootstrap 4.
6+
developed by Angular 10 with Bootstrap 4.
77

88
The project involves:
99

1010
- API
1111
- Yii2 REST API, Yii2 RBAC, JWT (JSON Web Token), Memcached, _Basic Unit & Functional Test using Codeception_
1212
- Backend: Staff/Administrator dashboard to manage staffs, users and settings
13-
- Angular 9, Bootstrap 4, JWT (JSON Web Token), _Basic Unit test using Karma+Jasmine_, Moment.js, Sweet Alert, Underscore.js
13+
- Angular 10, Bootstrap 4, JWT (JSON Web Token), _Basic Unit test using Karma+Jasmine_, Moment.js, Sweet Alert,
14+
Underscore.js
1415
- Frontend: User website to support user registration, login and account management
15-
- Angular 9, Bootstrap 4, JWT (JSON Web Token), _Basic Unit using Karma+Jasmine, Basic E2E test using Protractor+Jasmine_, Moment.js, Sweet Alert
16+
- Angular 10, Bootstrap 4, JWT (JSON Web Token), _Basic Unit using Karma+Jasmine, Basic E2E test using
17+
Protractor+Jasmine_, Moment.js, Sweet Alert
1618

1719
## Demo
1820

api/composer.lock

Lines changed: 676 additions & 313 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/angular.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@
1818
"polyfills": "src/polyfills.ts",
1919
"assets": ["src/assets", "src/favicon.ico"],
2020
"styles": ["src/scss/styles.scss"],
21-
"scripts": []
21+
"scripts": [],
22+
"allowedCommonJsDependencies": [
23+
"lodash",
24+
"ng2-validation",
25+
"libphonenumber",
26+
"babel-runtime/core-js/get-iterator",
27+
"babel-runtime/helpers/extends",
28+
"babel-runtime/helpers/slicedToArray",
29+
"babel-runtime/helpers/createClass",
30+
"core-js/library/fn/get-iterator"
31+
]
2232
},
2333
"configurations": {
2434
"production": {

0 commit comments

Comments
 (0)