Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crgiopeca88/angular-typescript-experiments
Repository to practice the latest Angular features.
https://github.com/crgiopeca88/angular-typescript-experiments
angular css html jasmine javascript
Last synced: 28 days ago
JSON representation
Repository to practice the latest Angular features.
- Host: GitHub
- URL: https://github.com/crgiopeca88/angular-typescript-experiments
- Owner: CrgioPeca88
- License: gpl-3.0
- Created: 2020-12-29T14:22:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T23:23:00.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T19:26:00.306Z (3 months ago)
- Topics: angular, css, html, jasmine, javascript
- Language: TypeScript
- Homepage:
- Size: 608 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Angular-Typescript exercises:
### 1). Angular Test:
Implement an Angular application that helps HelloWorld Hotel manage the meal schedules for their guests. The hotel manager has a list that contains each guest and their check-in and check-out dates, where each stay is in the format **YYYY-MM-DD to YYYY-MM-DD** . The manager enters in the guests' names *(one guest
per line)* in the text box on the left, and then enters the date range for each respective guest's stay on a new
line in the text box on the right. The guest name typed on the i line of the left text box corresponds to the duration on the i line of the right text box, so the total number of lines in the text boxes will always be
equal. During their stay, each hotel guest gets three meals per day: **breakfast, lunch, and dinner**. Once the Generate Menu List button is clicked,### 2). CSS Test:
Create a flexible *4x4* grid. The border of the grid should be *1px black*. On resizing the window, the grid size should change so that each cell has same width.