Skip to content

Commit 8e57794

Browse files
authored
Add more functionality for the date picker (#66)
* Add prompts to choose different date picker in command bar
1 parent d5f8dc6 commit 8e57794

38 files changed

+598
-298
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ In order to generate code based on the available schematics, the following steps
7070
2. Schematics are part of the Angular ecosystem so angular-cli must be installed by running this command in a terminal:
7171
Run `npm install -g @angular/cli@17`
7272

73+
3. To create an Angular application without generating a new project structure that lacks app.module.ts and other essential files, use the --no-standalone flag.
74+
This approach ensures the creation of a fully structured Angular project. Execute the following command in your terminal:
75+
Run `ng new <your-project-name> --no-standalone`
76+
77+
```bash
78+
7379
For more info on schematics, use the following command:
7480

7581
```bash
@@ -163,15 +169,6 @@ en.movement-table.translation.json, en.json.
163169
ng generate environments
164170
```
165171

166-
8. add default translation language to root component.
167-
168-
```typescript
169-
constructor(private translate: TranslocoService)
170-
{
171-
translate.use(translate.defaultLang);
172-
}
173-
```
174-
175172
## Overview of the schematics commands
176173

177174
### The _types_ schematics
-17 KB
Loading
21.3 KB
Loading
16.3 KB
Loading
16 KB
Loading
48 KB
Loading
58.4 KB
Loading
62.6 KB
Loading
61.8 KB
Loading
19.6 KB
Loading

0 commit comments

Comments
 (0)