Giter Club home page Giter Club logo

angular-miniprogram's Introduction

Angular Typescript Electron Node.js

HTML5 Badge JavaScript CSS3 Badge

angular-miniprogram's People

Contributors

hyperlife1119 avatar wszgrcy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

angular-miniprogram's Issues

Angular 17 support

Hi,

I stumbled upon your project and find it very impressing. We are currently trying to figure out a way to port our Angular 17 app to WeChat.

Do you guys plan to upgrade your project to Angular 17?

Btw.: If you guys are offering consultancy services, please let me know.

路由

路由属实没必要实现懒加载和多级路由,毕竟只是为了解决ng无法写小程序的痛点,而不是去做一个类似taro的多端适配框架。

图片加载问题

你好,{{user}},这是使用angular开发小程序的一个模板项目
<lib-first></lib-first>
<img class="img" src="https://images.unsplash.com/photo-1441742917377-57f78ee0e582?h=1024" />
.img {
  width: 375px;
  height: 375px;
}

无法加载出图片,源码是直接编译成了img标签

<block wx:if="{{hasLoad}}">{{nodeList[0].value}}<lib-first nodePath="{{nodePath}}" nodeIndex="1" class="{{nodeList[1].class}}" style="{{nodeList[1].style}}" ></lib-first><img  src="https://images.unsplash.com/photo-1441742917377-57f78ee0e582?h=1024" class="{{nodeList[2].class}}" style="{{nodeList[2].style}}" /></block>

bug: 无法打包为生产模式

重现步骤:
执行 ng build --configuration production --aot --build-optimizer

[error] TypeError: Cannot create property 'chunks' on boolean 'false'
    at WebpackConfigurationChange.<anonymous> (xxx\angular-miniprogram-template\node_modules\angular-miniprogram\builder\webpack-configuration-change.js:99:64)
    at Generator.next (<anonymous>)
    at fulfilled (xxx\angular-miniprogram-template\node_modules\angular-miniprogram\builder\webpack-configuration-change.js:24:58)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.