Skip to content

AnyaWynne/FinalProject

Repository files navigation

My Website Requirements checklist

Must have at Must have at least one Directive

Contact component has multiple *ngIf directives.

Must fetch data from a service (i.e. API)

fetch.service.ts file is in this directory: app/portfolio/web. web.component.ts file has FetchService ingected in it.

Must have at least one instance of Pipes

I'm using this syntax

{{title | uppercase}}

(line 4) in web.component.html file located at app/portfolio/web path.

Must use at least one SASS variable.

web.component.scss implements SASS variables at app/portfolio/web path.

Must have at least 1 form with basic validation.

A folder named contact implements forms with validations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published