Skip to content

Commit

Permalink
feat(): release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ks89 committed Nov 17, 2022
1 parent b6bb618 commit 04ec9e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 48 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Every time you'll run `npm install` inside an example's folder, you must rebuild
1. `cd examples/angular-cli-material`
2. `npm start` => if everything is ok (also in browser's console), kill the process and go to the next step
3. `npm run build:dev`
4. `cd dist/angular-cli-material && lite-server` => if everything is ok (also in browser's console), kill the process and go to the next step
4. `cd dist/angular-cli && lite-server` => if everything is ok (also in browser's console), kill the process and go to the next step
5. `cd ../..`
6. `npm run build:prod`
7. `cd dist/angular-cli-material && lite-server` => if everything is ok (also in browser's console), kill the process and go to the next step
7. `cd dist/angular-cli && lite-server` => if everything is ok (also in browser's console), kill the process and go to the next step
8. `cd ../../../..`

# E. Run universal example
Expand Down
4 changes: 3 additions & 1 deletion examples/angular-cli-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "npm run build:dev",
"build:dev": "ng build --configuration development",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down
1 change: 0 additions & 1 deletion examples/angular-cli-material/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<link rel="icon" type="image/png" href="favicon.png">

<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="mat-typography">
<ks-root></ks-root>
Expand Down
44 changes: 0 additions & 44 deletions examples/universal/karma.conf.js

This file was deleted.

0 comments on commit 04ec9e6

Please sign in to comment.