[add] interface, pipes, service and map component
1 parent 784672c commit fd73ccf2bd9ab8c07307fe238264eca4734b563a
Fabian Vera authored on 29 Sep 2021
Showing 39 changed files
View
package-lock.json
Not supported
View
package.json
View
src/app/app.module.ts
View
src/app/core/interfaces/site.ts 100644 → 0
View
src/app/core/interfaces/site/address.ts 0 → 100644
View
src/app/core/interfaces/site/category/category.ts 0 → 100644
View
src/app/core/interfaces/site/category/type-category.ts 0 → 100644
View
src/app/core/interfaces/site/image.ts 0 → 100644
View
src/app/core/interfaces/site/owner.ts 0 → 100644
View
src/app/core/interfaces/site/schedule/range-day.ts 0 → 100644
View
src/app/core/interfaces/site/schedule/schedule.ts 0 → 100644
View
src/app/core/interfaces/site/site.ts 0 → 100644
View
src/app/core/interfaces/site/valoration.ts 0 → 100644
View
src/app/core/mocks/data.ts 0 → 100644
View
src/app/core/services/category/category.service.spec.ts 0 → 100644
View
src/app/core/services/category/category.service.ts 0 → 100644
View
src/app/core/services/site/site.service.spec.ts 100644 → 0
View
src/app/core/services/site/site.service.ts
View
src/app/modules/public/discover/components/map/map.component.html 0 → 100644
View
src/app/modules/public/discover/components/map/map.component.scss 0 → 100644
View
src/app/modules/public/discover/components/map/map.component.ts 0 → 100644
View
src/app/modules/public/discover/components/modal-site/modal-site.component.html 0 → 100644
View
src/app/modules/public/discover/components/modal-site/modal-site.component.scss 0 → 100644
View
src/app/modules/public/discover/components/modal-site/modal-site.component.spec.ts 0 → 100644
View
src/app/modules/public/discover/components/modal-site/modal-site.component.ts 0 → 100644
View
src/app/modules/public/discover/components/sites/sites.component.spec.ts 100644 → 0
View
src/app/modules/public/discover/discover-routing.module.ts
View
src/app/modules/public/discover/discover.component.html
View
src/app/modules/public/discover/discover.component.ts
View
src/app/modules/public/discover/discover.module.ts
View
src/app/shared/components/navbar/navbar.component.html
View
src/app/shared/components/navbar/navbar.component.ts
View
src/app/shared/components/search/search.component.html
View
src/app/shared/components/search/search.component.ts
View
src/app/shared/pipes/search/search.pipe.ts 0 → 100644
View
src/app/shared/shared.module.ts
View
src/index.d.ts 0 → 100644
View
src/index.html
View
src/styles.scss