Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.