You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example for setting up HTTP Basic authentication with Angular. It is prepared to be used with [Spring WS Basic Security Example](https://github.com/bernardo-mg/spring-ws-basic-security-example);
3
+
Example using HTTP Basic authentication with Angular.
4
+
5
+
Run the [Spring WS Basic Security Example](https://github.com/bernardo-mg/spring-ws-basic-security-example) for the backend.
4
6
5
7
## Features
6
8
@@ -9,14 +11,14 @@ Example for setting up HTTP Basic authentication with Angular. It is prepared to
9
11
10
12
## Usage
11
13
12
-
### Building the project
13
-
14
-
This builds the development version:
14
+
The project can be deployed locally for testing:
15
15
16
16
```
17
-
npm run build
17
+
npm start
18
18
```
19
19
20
+
It will be available on `http://localhost:4200/`. Changes will be reloaded automatically.
21
+
20
22
### Running tests
21
23
22
24
To run the unit tests:
@@ -25,16 +27,6 @@ To run the unit tests:
25
27
npm test
26
28
```
27
29
28
-
## Deploying locally
29
-
30
-
The project can be deployed locally for testing:
31
-
32
-
```
33
-
npm start
34
-
```
35
-
36
-
It will be available on `http://localhost:4200/`. Changes will be reloaded automatically.
37
-
38
30
## Collaborate
39
31
40
32
Any kind of help with the project will be well received, and there are two main ways to give such help:
@@ -54,6 +46,6 @@ If you wish to fork or modify the code, visit the [GitHub project page][scm], wh
54
46
55
47
The project has been released under the [MIT License][license].
0 commit comments