דילוג לתוכן
  • דף הבית
  • קטגוריות
  • פוסטים אחרונים
  • משתמשים
  • חיפוש
  • חוקי הפורום
כיווץ
תחומים

תחומים - פורום חרדי מקצועי

💡 רוצה לזכור קריאת שמע בזמן? לחץ כאן!
yyyY

yyy

@yyy
אודות
פוסטים
168
נושאים
46
קבוצות
0
עוקבים
0
עוקב אחרי
0

פוסטים

פוסטים אחרונים הגבוה ביותר שנוי במחלוקת

  • המרת קובץ ג'יבריש כבד
    yyyY yyy

    @dovid הורדתי קובץ Execl של רחובות ממשרד הפנים (לא מצאתי שם אפשרות ל-JSON - חוץ מ- API שמלכלך לי את המידע עם עוד נתונים).
    אחרי שהורדתי המרתי עם האתר הזה את הקובץ ל-JSON. הבעיה שהאתר מקודד את זה לג'יבריש.


  • המרת קובץ ג'יבריש כבד
    yyyY yyy

    יש לי קובץ נתונים בפורמט JSON בגודל 10MB≅, של רחובות המדינה. הבעיה שהוא כתוב בג'יבריש (עבר המרה מאקסל). מה הדרך ה"נכונה" להפוך אותו חזרה לעברית קריאה?
    תודה.


  • שגיאת Uncaught ReferenceError
    yyyY yyy

    @yyy
    חסדי ה' כי לא תמנו.

    npm install "@popperjs/core"
    
    

    ואז

    npm audit fix
    

  • שגיאת Uncaught ReferenceError
    yyyY yyy

    השתבש לי משהו בפרוייקט Angular שקשור כנראה לתלויות.
    השגיאה בקונסול היא:

    node_modules\@popperjs\core\dist\cjs\popper.js:7 Uncaught ReferenceError: exports is not defined
        at node_modules\@popperjs\core\dist\cjs\popper.js:7:1
    (anonymous) @ node_modules\@popperjs\core\dist\cjs\popper.js:7
    core.mjs:25859 Angular is running in development mode. Call enableProdMode() to enable production mode.
    Login:1 [DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) <input _ngcontent-jpb-c102 type=​"password" id=​"inputPassword" class=​"form-control ng-valid ng-dirty ng-touched" ng-reflect-model=​"3333">​
    index.js:551 [webpack-dev-server] Live Reloading enabled.
    core.mjs:6412 ERROR RangeError: Maximum call stack size exceeded
        at HTMLDivElement.toString (<anonymous>)
        at Object.toString (zone.js:1588:39)
        at getWindow (node_modules\@popperjs\core\dist\cjs\popper.js:14:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
        at getComputedStyle (node_modules\@popperjs\core\dist\cjs\popper.js:128:1)
    handleError @ core.mjs:6412
    handleError @ core.mjs:13236
    executeListenerWithErrorHandling @ core.mjs:15653
    wrapListenerIn_markDirtyAndPreventDefault @ core.mjs:15685
    next @ Subscriber.js:91
    _next @ Subscriber.js:60
    next @ Subscriber.js:31
    (anonymous) @ Subject.js:34
    errorContext @ errorContext.js:19
    next @ Subject.js:27
    emit @ core.mjs:23137
    (anonymous) @ primeng-toast.mjs:24
    timer @ zone.js:2405
    invokeTask @ zone.js:406
    runTask @ zone.js:178
    invokeTask @ zone.js:487
    ZoneTask.invoke @ zone.js:476
    data.args.<computed> @ zone.js:2385
    DevTools failed to load source map: Could not load content for chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
    DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
    

    ניסיתי ב-angular.json את הקומבינציות הבאות אבל השגיאה עדין מופיעה
    1

    "scripts": [
     "node_modules/jquery/dist/jquery.min.js",  
     "node_modules/bootstrap/dist/js/bootstrap.js",
    "node_modules/popper.js/dist/esm/popper.js",
    "node_modules/popper.js/dist/umd/popper.js"
                            ]
    

    2

    "scripts": [
       "node_modules/jquery/dist/jquery.min.js",
      "node_modules/bootstrap/dist/js/bootstrap.js"                           
      ]
    

    בהמשך יש עוד שגיאה שגם היא נובעת מבעיה בספריה בשם popper.
    מה אפשר לעשות?

    תודה חברים


  • פירוק ספרות משמאל לימין
    yyyY yyy
    static void scanNumLR(int num)
           {
               while (num > 0)
               {
                   int tempNum = num;
                   int counter = 0;
                   while (tempNum > 10)
                   {
                       tempNum /= 10;
                       counter++;
                   }
                   Console.WriteLine(tempNum);
                   num -= (int)(tempNum * Math.Pow(10, counter));
               }
                    
           }
    

    מרגיש לי לא יעיל עד כאב . (While^2) יש למישהו הצעה לשיפור? (בדגש על דרך מתמטית ולא סריקת סטרינג וכדו')
    תודה רבה


  • ngIf - קבוצת תנאים כמחלקה
    yyyY yyy

    ותודה מיוחדת ל@yossiz על ההשקעה ב-stackblitz.


  • ngIf - קבוצת תנאים כמחלקה
    yyyY yyy

    תקשיבו חברה, אתם יותר יעילים ומהירים מ-stackoverflow!!!. ממש כל הכבוד לכם.
    האמת שגם לי התחדש שאפשר לעשות binding לפונקציה. בנוסף הייתה לי גם שגיאת תחביר כמו שהעירו, שבפונקציה שכתבתי שמשנה את המשתנה של ה-binding, לא קראתי לה עם "()", ומודה ועוזב ירוחם.

    מה שנשאר לי הוא רק לענות על זה:
    @גמליאל כתב בngIf - קבוצת תנאים כמחלקה:

    אולי תפרט יותר על המקרה

    זו למעשה תשובה לשאלה למה צריך פונקציה בחיים...
    אחד מהתשובות הם שבמצב שאתה צריך לכתוב תנאי המורכב מ-15 תתי תנאים, ולהכפיל את זה פי 500 אלמנטים, הקוד יהיה מסורבל בעיין ומורכב לשינוי.
    תודה רבה שוב.


  • ngIf - קבוצת תנאים כמחלקה
    yyyY yyy

    נניח שיש לי 10 אלמנטים מסוג <p>
    ואני רוצה להוסיף להם את ה-ngIf הבא:

    *ngIf="longComplexConditions"
    האם יש דרך לכתוב משהו בסגנון הזה:

    class myConditionsCls{
      if  myconditions==true
            return true 
      else 
            return false
    }
    

    ואז להוסיף את זה ל-ngIf* כך:

    <p *ngIf="myConditionsCls">
    

    זה יכול לעזור במקרה של תנאים מורכבים וארוכים.

    ניסיתי לממש כפוקציה

    num:number=1;
      myNgIf(): Boolean {
        if (this.num == 1) {
          return true;
        }
        return false;
      }
    

    אבל אנגולר בודק את זה רק בריצה הראשונה, ובמקרה של שינוי המשתנה num נניח ל-10 ה-view לא ישתנה כך שלא מדובר ב-binding אמיתי...
    תודה רבה


  • w3schools python להורדה חינם
    yyyY yyy

    @A0533057932
    הצלחתי בסוף להוריד. תודה רבה.


  • w3schools python להורדה חינם
    yyyY yyy

    @A0533057932 כתב בw3schools python להורדה חינם:

    @yyy כתב בw3schools python להורדה חינם:

    @A0533057932 כתב בw3schools python להורדה חינם:

    @yyy כתב בw3schools python להורדה חינם:

    היש בנמצא?
    מצאתי הורדות שונות שלהם אבל לא על python.
    כמובן רק חוקי ורשמי וכו'.

    https://github.com/Ja7ad/W3Schools
    זה יעזור?
    זה נופל באמצע ההורדה (אחרי 270 מ"ב). ניסיתי גם בדפדפן וגם עם מנהל הורדות. יש אפשרות להוריד משם רק את התיקייה של פייתון?

    לי ירד אתמול הכל

    נטפרי?


  • w3schools python להורדה חינם
    yyyY yyy

    @A0533057932 כתב בw3schools python להורדה חינם:

    @yyy כתב בw3schools python להורדה חינם:

    היש בנמצא?
    מצאתי הורדות שונות שלהם אבל לא על python.
    כמובן רק חוקי ורשמי וכו'.

    https://github.com/Ja7ad/W3Schools
    זה יעזור?
    זה נופל באמצע ההורדה (אחרי 270 מ"ב). ניסיתי גם בדפדפן וגם עם מנהל הורדות. יש אפשרות להוריד משם רק את התיקייה של פייתון?


  • w3schools python להורדה חינם
    yyyY yyy

    היש בנמצא?
    מצאתי הורדות שונות שלהם אבל לא על python.
    כמובן רק חוקי ורשמי וכו'.


  • שגיאת ולידציה מהשרת
    yyyY yyy
     System.In...===> System.Int32.
    

  • שגיאת ולידציה מהשרת
    yyyY yyy

    אני שולח אובייקט מאנגולר לשרת EF, באמצעות ה-Body של ה-request, השרת מחזיר לי את השגיאה הבאה

    $: ['The JSON value could not be converted to System.In… Path: $ | LineNumber: 0 | BytePositionInLine: 1.']
    

    העניין הוא שאני לא מתעסק בכלל עם טייפ INT. אני שולח אובייקט שמכיל 2 סטרינגים, וכך גם אני מקבל אותם בשרת. מאיפה צמח לי כאן ה-INT? נ.ב. שאני שולח בפוסטמן זה עובד מצוין, וגם ב-payload שלכרום נראה שנשלח מידע תקין.

    תודה לכולכם אנשים יקרים וכתיבה וחתימה טובה.


  • מזגו נייד מתמלא מים
    yyyY yyy

    מזגן נייד של חברת BUSH מתמלא כל כמה שעות במים ומסומן כ-FL (כלומר FULL) עד שמרוקנים את המים. בעבר לא היה כך.
    מה יכולה להיות הבעיה, והאם יש טכנאים שמטפלים במזגנים כאלו?


  • שגיאת קומפילציה באנגולר
    yyyY yyy

    בינתיים מצאתי בגוגל פתרון להכניס ל-tsconfig.json את הרשומות הבאות

    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true
    

    עדיין אשמח להסבר מה הייתההבעיה ומה הפיתרון. אני מרגיש כאילו איבדתי שליטה על ההגה לרגע קל...


  • שגיאת קומפילציה באנגולר
    yyyY yyy

    @katz כתב בשגיאת קומפילציה באנגולר:

    @yyy
    אני רואה שאתה משתמש עם https://mui.com/ שזה מיועד ספציפי לריאקט, איך אתה מייבא את PrimeNg לפרוייקט?
    ממש לא בכוונה אא"כ זה תלויות של של PrimeNg, וזה הותקן לי אוטומטית.
    אני מיבא עם הפקודה
    npm install primeng
    ואח"כ בקובץ app.module.ts
    אני מכניס את המודול הרצוי.
    הנה המודולים שלי מ-PrimeNg

    imports: [
        BrowserModule,
        AppRoutingModule,
        HttpClientModule,
        FormsModule,
    
        BrowserAnimationsModule,
        TableModule,
        CalendarModule,
        SliderModule,
        DialogModule,
        MultiSelectModule,
        ContextMenuModule,
        DropdownModule,
        ButtonModule,
        ToastModule,
        InputTextModule,
        ProgressBarModule,
        ToolbarModule,
        SliderModule,
      CheckboxModule,
      InputSwitchModule,
      TooltipModule,
      ChartModule,
      AvatarModule,
      AvatarGroupModule,
      TagModule,
      InputNumberModule,
    

  • שגיאת קומפילציה באנגולר
    yyyY yyy

    יש לי פרויקט באנגולר, וכשאני מקמפל אותו
    קופצת לי השגיאה הבאה (מצטער על האריכות אבל זה מה שיש)

    Error: node_modules/@mui/base/ButtonUnstyled/ButtonUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/InputUnstyled/InputUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/MenuUnstyled/MenuUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/ModalUnstyled/ModalUnstyled.types.d.ts:2:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    2 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/OptionGroupUnstyled/OptionGroupUnstyled.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/OptionGroupUnstyled/OptionGroupUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/OptionUnstyled/OptionUnstyled.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/OptionUnstyled/OptionUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/SelectUnstyled/useSelect.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/SliderUnstyled/SliderUnstyled.types.d.ts:2:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    2 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/SliderUnstyled/useSlider.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/SwitchUnstyled/useSwitch.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React, { HTMLInputTypeAttribute } from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/TabUnstyled/TabUnstyled.types.d.ts:2:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    2 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/TabUnstyled/useTab.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported 
    using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/TabsListUnstyled/TabsListUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/TabsUnstyled/TabsUnstyled.types.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/utils/appendOwnerState.d.ts:2:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    2 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/base/utils/isHostComponent.d.ts:1:8 - error TS1259: Module '"C:/myProjPath/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
    1 import React from 'react';
             ~~~~~
      node_modules/@types/react/index.d.ts:62:1
        62 export = React;
           ~~~~~~~~~~~~~~~
        This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
    Error: node_modules/@mui/utils/chainPropTypes.d.ts:1:8 - error TS1192: Module '"C:/myProjPath/node_modules/@types/prop-types/index"' has no default export.
    1 import PropTypes from 'prop-types';
             ~~~~~~~~~
    Error: node_modules/@mui/utils/elementAcceptingRef.d.ts:1:8 - error TS1192: Module '"C:/myProjPath/node_modules/@types/prop-types/index"' has no default export.      
    1 import PropTypes from 'prop-types';
             ~~~~~~~~~
    Error: node_modules/@mui/utils/elementTypeAcceptingRef.d.ts:1:8 - error TS1192: Module '"C:/myProjPath/node_modules/@types/prop-types/index"' has no default export.  
    1 import PropTypes from 'prop-types';
             ~~~~~~~~~
    Error: node_modules/@mui/utils/refType.d.ts:1:8 - error TS1192: Module '"C:/myProjPath/node_modules/@types/prop-types/index"' has no default export.
    1 import PropTypes from 'prop-types';
             ~~~~~~~~~
    ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
    × Failed to compile.
    
    

    אני מבין לכאורה שמדובר באיזה שגיאה שקשורה ל-Input אבל אני לא בטוח. אני משתמש בפקדים של PrimeNg.
    אני לא מתעסק אם React, ואין לי מושג מה הוא רוצה ממני.
    אשמח מאוד לעזרה.


  • ריענון מסך באנגולר לאחר שינוי
    yyyY yyy

    @katz
    אני יודע איך מסירים ממערך, אני רוצה שיתרענן מידי.
    מה שכתבת לגבי האינדקס, לא הבנתי בדיוק מה כוונתך (אני יודע שאפשר להוסיף אינדקס), אשמח אם תרחיב.


  • ריענון מסך באנגולר לאחר שינוי
    yyyY yyy

    נניח יש לי קומפוננטה list, המקוננת בקומפוננטה בשם ScreenList.
    ה-TS של ScreenList נראה כך:

      public itemArr: itemModel[] = [];
     constructor(private dataSvc: DataService) {
        this.itemArr = dataSvc.getFromLocalStorage("itemArr");
      }
    

    ה-HTML של ScreenList נראה כך:

    <app-ScreenList [itemArr]="itemArr" ></app-ScreenList>
    

    ה-TS של List נראה כך:

    @Input() itemArr!: itemModel[];
    

    ה-HTML של List נראה כך:

    <div *ngFor="let item of itemArr" ">{{item.value}}</div>
    

    במילים פשוטות אני שולח מערך מקופוננטת האב, לקופוננטת הבן אשר תפקידה להציג את המערך שהתקבל.
    כעת אני רוצה למחוק באמצעות קליק על כפתור בקומפוננטת הבן, איבר אחד במערך, לשם כך יש לי פונקציה ב-dataSvc שמוחקת את האיבר.
    כעת בפעם הבאה שאטען את הקומפוננטה אכן לא יופיע הפריט שנמחק. השאלה כיצד ניתן לעשות שמתי שאלחץ על "מחק" הפריט יעלם באופן מיידי?
    תודה רבה.

  • 1 / 1
  • התחברות

  • אין לך חשבון עדיין? הרשמה

  • התחברו או הירשמו כדי לחפש.
  • פוסט ראשון
    פוסט אחרון
0
  • דף הבית
  • קטגוריות
  • פוסטים אחרונים
  • משתמשים
  • חיפוש
  • חוקי הפורום