Skip to content

Commit 3856e47

Browse files
committed
docs: add readme to docs
1 parent b80308b commit 3856e47

File tree

6 files changed

+769
-4
lines changed

6 files changed

+769
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class MyModule {
2828
By default, the pipe will use the browser default locale. If you want to override it, you can provide the `INTL_LOCALES`
2929
injection token:
3030

31-
```
31+
```typescript
3232
import { NgModule } from '@angular/core';
3333
import { INTL_LOCALES } from 'angular-ecmascript-intl';
3434

angular.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,21 @@
5959
"tsConfig": "projects/angular-intl-demo/tsconfig.app.json",
6060
"inlineStyleLanguage": "scss",
6161
"assets": [
62+
{
63+
"glob": "README.md",
64+
"input": "./",
65+
"output": "/"
66+
},
6267
"projects/angular-intl-demo/src/favicon.ico",
6368
"projects/angular-intl-demo/src/assets"
6469
],
6570
"styles": [
6671
"@angular/material/prebuilt-themes/deeppurple-amber.css",
6772
"projects/angular-intl-demo/src/styles.scss"
6873
],
69-
"scripts": []
74+
"scripts": [
75+
"node_modules/marked/marked.min.js"
76+
]
7077
},
7178
"configurations": {
7279
"production": {

0 commit comments

Comments
 (0)