Git Product home page Git Product logo

design's People

Contributors

garygrossgarten avatar marcjulian avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

design's Issues

Tabs layout

@garygrossgarten do you want to use the tabs layout for notiz.dev?
If so should we think about the actions in the tabs layout

  • search
  • all posts
  • all tags
  • user profile (when we have user login)

ng build components failed

Building Angular Package
******************************************************************************
It is not recommended to publish Ivy libraries to NPM repositories.
Read more here: https://v9.angular.io/guide/ivy#maintaining-library-compatibility
******************************************************************************

------------------------------------------------------------------------------
Building entry point '@notiz/ngx-design'
------------------------------------------------------------------------------
Compiling TypeScript sources through ngc
ERROR: Can't find stylesheet to import.

1 │ @import 'tailwindcss/base';
  │         ^^^^^^^^^^^^^^^^^^

  projects/components/src/lib/tabs/tabs.component.scss 1:9  root stylesheet
An unhandled exception occurred: Can't find stylesheet to import.
  ╷
1 │ @import 'tailwindcss/base';
  │         ^^^^^^^^^^^^^^^^^^
  ╵
  projects/components/src/lib/tabs/tabs.component.scss 1:9  root stylesheet
See "/private/var/folders/qd/00tjl6n94qv3q1z_1hm4svx00000gn/T/ng-JD1eN4/angular-errors.log" for further details.

Tailwindcss is not available for build.

I tried to use the custom-webpack build for the components:

"components": {
      "projectType": "library",
      "root": "projects/components",
      "sourceRoot": "projects/components/src",
      "prefix": "niz",
      "architect": {
        "build": {
-          "builder": "@angular-devkit/build-ng-packagr:build",
+          "builder": "@angular-builders/custom-webpack:browser",
          "options": {
+           "customWebpackConfig": {
+               "path": "./webpack.config.dev.js"
+            },
            "tsConfig": "projects/components/tsconfig.lib.json",
            "project": "projects/components/ng-package.json"
          },

But @angular-builders/custom-webpack does not support --project (Error: Unknown option: '--project') and also the library project is bundled using ng-packagr which does not support webpack just-jeb/angular-builders#356.

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.