Skip to content

Commit

Permalink
clean up & add Angular logo
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Jun 4, 2019
1 parent 565d052 commit 7b27f54
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.2

Enhancements:

* Clean up - add Angular logo

## 2.0.1

Enhancements:
Expand Down
15 changes: 7 additions & 8 deletions apps/web/src/app/app.component.html

Large diffs are not rendered by default.

Binary file added apps/web/src/assets/angular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nwx/cfg",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/neekware/nwx-cfg.git"
Expand Down
1 change: 0 additions & 1 deletion pkgs/cfg/src/cfg.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
Optional,
SkipSelf,
ModuleWithProviders,
InjectionToken,
APP_INITIALIZER
} from '@angular/core';
import { CommonModule } from '@angular/common';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cfg/src/cfg.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class RemoteCfg {
// http method (get, post) (if post, body will be ignored)
method?: HttpMethod;
// maximum time in seconds to wait for remote config response
timeout: number;
timeout?: number;
// extra attributes
[id: string]: any;
}
Expand Down

0 comments on commit 7b27f54

Please sign in to comment.