当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

angular4-docker-example

Efficiently Dockerized Angular CLI example app
授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 万俟心思
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Dockerized Angular 4 App (with Angular CLI)

Build docker image

$ docker build -t myapp . 

Run the container

$ docker run -d -p 8080:80 myapp

The app will be available at http://localhost:8080

You can easily tweak the nginx config in nginx/default.conf

 相关资料
  • Spring Boot + Angular 4 Boilerplate Quick start for Spring Boot + Angular 4 projects with JWT auth Includes: Front-end: angular-cli boilerplate files JWT authentication service Back-end: gradle build

  • mean-angular4-chat-app This source code is part of tutorial Building Chat Application using MEAN Stack (Angular 4) and Socket.io Step to run: Prepare Node.js and Angular CLI Clone this repo Run 'npm i

  • 本文向大家介绍Angular4 ElementRef的应用,包括了Angular4 ElementRef的应用的使用技巧和注意事项,需要的朋友参考一下 Angular 的口号是 - "一套框架,多种平台。同时适用手机与桌面 (One framework.Mobile & desktop.)",即 Angular 是支持开发跨平台的应用,比如:Web 应用、移动 Web 应用、原生移动应用和原生桌面

  • 我从官方网站学习Angular 4,我通过ngModel学习了双向数据绑定部分。但是,只要我将[(ngModel)]添加到组件模板中,我的应用程序就会停止工作,即使FormsModule已导入模块中。ts文件。组件未加载 我正在使用Visual Studio代码<这是我的应用程序。组成部分ts 这是一个应用程序。单元ts AppComponent没有加载,只是显示 加载。。。

  • 问题内容: 在Angular2中,您可以在其中有一个文件夹/ data /和一个json文件,并且可以在localhost:4200 / data / something.json中访问它。 在Angular4中不再可能。 任何想法如何使其起作用? 问题答案: 您可以使用此代码 这是您的本地json文件。 另请参阅angular-cli的changlog路径 https://github.com/

  • 我安装了ng2 opd弹出模块,并尝试从应用程序导入if。单元通过导入“PopupModule.forRoot()”进行测试。它产生以下错误。 我使用的是typescript版本as 2.4。2和rxjs版本为5.4。2.我尝试使用rxjs/Subject中给定的解决方案修复它。d、 ts错误:类的主题 我在这里应用了ng2-opd-popup模块,通过使用按钮点击事件作为我的目的来弹出窗口。